action #124209
closed[qe-core] Testing of PED-2828: ISC Kea DHCP server
0%
Description
Since ISC DCHP is now EOL since Dec 2022, there's a new DHCP server Stack, which is already in ALP, but needs to be tested.
It is a containerized solution, and the details are pretty straight forward but we need to understand how to test it and how to set up multi-machine tests for this case.
Updated by szarate almost 2 years ago
- Tags set to qe-core-february-sprint
- Project changed from 46 to openQA Tests
- Description updated (diff)
- Category changed from New test to New test
Updated by szarate over 1 year ago
I think we can have this in workable as the ticket is kind of self-explanatory, Let me know if there's not enough info!
Updated by szarate over 1 year ago
- Subject changed from [qe-core] Testing of PED-2452: ISC Kea DHCP server to [qe-core] Testing of PED-2828: ISC Kea DHCP server
Updated by szarate over 1 year ago
- Sprint changed from QE-Core: February Sprint (Feb 08 - Mar 08) to QE-Core: March Sprint (Mar 08 - Apr 05)
Updated by dvenkatachala over 1 year ago
I manually tested Kea dhcp4 server using the following steps,
- Modified default configuration by editing /etc/kea/kea-dhcp4.conf
Started the dhcp container for dhcp4,
podman container runlabel run registry.opensuse.org/suse/alp/workloads/tumbleweed_containerfiles/suse/alp/workloads/kea:latest
for dhcp4Tested the dhcp by connecting 2 clients.
DHCP server assigns an ip address to one client from a pool of available addresses and second client gets ip address based on its mac.
Logs from DHCP server:
2023-03-09 15:14:55.394 INFO [kea-dhcp4.dhcp4/1.140596574292096] DHCP4_STARTED Kea DHCPv4 server version 2.2.0 started
2023-03-09 15:14:58.947 INFO [kea-dhcp4.leases/1.140596574292096] DHCP4_INIT_REBOOT [hwtype=1 52:54:00:10:17:41], cid=[01:52:54:00:10:17:41], tid=0xdc2bdda3: client is in INIT-REBOOT state and requests address 192.0.2.101
2023-03-09 15:14:58.983 INFO [kea-dhcp4.leases/1.140596574292096] DHCP4_INIT_REBOOT [hwtype=1 52:54:00:12:ce:be], cid=[01:52:54:00:12:ce:be], tid=0x7734509e: client is in INIT-REBOOT state and requests address 192.0.2.102
2023-03-09 15:15:00.947 INFO [kea-dhcp4.leases/1.140596574292096] DHCP4_LEASE_ADVERT [hwtype=1 52:54:00:10:17:41], cid=[01:52:54:00:10:17:41], tid=0xd4b987cd: lease 192.0.2.201 will be advertised
2023-03-09 15:15:00.948 INFO [kea-dhcp4.leases/1.140596574292096] DHCP4_LEASE_ALLOC [hwtype=1 52:54:00:10:17:41], cid=[01:52:54:00:10:17:41], tid=0xd4b987cd: lease 192.0.2.201 has been allocated for 3600 seconds
2023-03-09 15:15:00.992 INFO [kea-dhcp4.leases/1.140596574292096] DHCP4_LEASE_ADVERT [hwtype=1 52:54:00:12:ce:be], cid=[01:52:54:00:12:ce:be], tid=0xcd3b42e0: lease 192.0.2.102 will be advertised
Updated by szarate over 1 year ago
- Related to coordination #125846: [epic] March Prototype testing added
Updated by szarate over 1 year ago
- Related to action #117616: [qe-core] How to start the firewalld container added
Updated by dvenkatachala over 1 year ago
PR created: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/16736.
The next step is to start automating DHCP6 tests in multi-machine. Also, I manually tested the Kea DHCPv6 server, and it is working as expected.
Updated by szarate over 1 year ago
- Sprint changed from QE-Core: March Sprint (Mar 08 - Apr 05) to QE-Core: April Sprint 23 (Apr 05 - May 03)
Updated by dvenkatachala over 1 year ago
PR for DHCP6 containter workload : https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/16790
Updated by dvenkatachala over 1 year ago
Tests Kea DHCP4 and DHCP6 worker containers scheduled in the alp-micro job group,they are working fine.
https://openqa.opensuse.org/tests/overview?distri=alp&version=micro-0.1&build=3.5&groupid=108
Updated by dvenkatachala over 1 year ago
- Status changed from In Progress to Resolved
Currently,tests are scheduled in ALP Micro job group.
After the discussion with team-members, workload container will be tested in ALP Bedrock and I will move this tests from ALP Micro to ALP Bedrock job group.