Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • forge forge
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Metrics
    • 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
  • !145

generate config for config-set, don't send over

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrei Pavel requested to merge control-channel into master Jan 26, 2021
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 4

Same as !141 (merged) but for more tests, config files need to be generated for the config-set command, but if we send them over, the server won't load the old files as expected, but the new ones.

On master branch:

E           AssertionError: Invalid yiaddr received value: 192.168.50.50  but expected: 192.168.50.5.
tests/protosupport/v4/srv_msg.py:210: AssertionError
tests/dhcpv4/kea_only/control_channel/test_command_control_socket.py::test_control_channel_socket_after_restart_load_config_file

E           AssertionError: Invalid DHCP6OptIA_NA[3] option, received addr: 2001:db8:1::1, but expected 3000::1
tests/protosupport/v6/srv_msg.py:921: AssertionError
tests/dhcpv6/kea_only/control_channel/test_command_control_http.py::test_control_channel_http_after_restart_load_config_file

E           AssertionError: Invalid DHCP6OptIA_NA[3] option, received addr: 2001:db8:1::1, but expected 3000::1
tests/protosupport/v6/srv_msg.py:921: AssertionError
tests/dhcpv6/kea_only/control_channel/test_command_control_socket.py::test_control_channel_socket_after_restart_load_config_file

On control-channel branch, they pass.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: control-channel