Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • forge forge
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • forgeforge
  • Merge requests
  • !183

[#232] Kea tests: BOOTP with HA

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Andrei Pavel requested to merge 232-missing-system-tests-since-1-7-0 into master Jun 09, 2021
  • Overview 7
  • Commits 3
  • Pipelines 15
  • Changes 10

Partially addresses https://gitlab.isc.org/isc-private/qa-dhcp/-/issues/232.

  • Change meta parametrization to enable bootp value for dhcp_version. Only functions that are decorated with @pytest.mark.bootp will run with bootp. proto can still be used to differentiate v4 and v6. While a change in the core of forge, this now allows to quickly enable most tests for BOOTP.
  • Add BOOTP_REQUEST_and_BOOTP_REPLY.
  • Parametrize with hook order.
  • srv_control.update_ha_hook_parameter() instead of world.dhcp_cfg["hooks-libraries"][1].update( because the order of hook libraries has changed.
  • Parametrize test_bootp_basic_request_reply() with backend.

All the tests pass. It seems there is no problem running BOOTP with HA.

Edited Nov 04, 2021 by Andrei Pavel
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 232-missing-system-tests-since-1-7-0