Modify ↓
Ticket #857 (closed task: wontfix)
Testing DHCP module
| Reported by: | ejhernandez@… | Owned by: | ejhernandez@… |
|---|---|---|---|
| Milestone: | 0.11 | Component: | dhcp |
| Severity: | major | Keywords: | ANSTE |
| Cc: |
Description (last modified by ejhernandez@…) (diff)
Testing refurbished DHCP module using ANSTE framework. (Great!)
The tests are:
- Create a viface to serve IP addresses
- Add a range to that viface
- Check a client is served with an IP within the range
- Remove that range
- Add a fixed address mapping with a hardware address which matches with the dhcp client.
- Check the given IP address matches with the given on the mapping
- Check default options are correctly obtained by the client. Files to check:
- /etc/resolv.conf -> search domain and primary and secondary nameservers
- /var/lib/dhcp3/dhcp.leases -> default leased time
- Change given default options and default leased time with custom values (DNS and custom)
- Repeat the second step above
- Configure client on /etc/dhcp3/dhclient.conf to ask for a fixed leased time (upper than default and lower than maximum)
- Check the given lease is the one configured in the step above
- Configure client to ask for a fixed lease time upper than maximum leased time
- Check the given lease is the default one ignoring maximum (3 tries are done by the client)
Attachments
Change History
comment:1 Changed 6 years ago by ejhernandez@…
- hours changed from 0 to 23.75
- Status changed from new to closed
- Resolution set to wontfix
- Description modified (diff)
- totalhours changed from 0.0 to 23.75
- Xen is currently not capable to manage virtual networks easily. However the tests are written for next release of xen and seems to work partially (server configuration using Selenium)
- We use vmware which is easier and it works perfectly
Note: See
TracTickets for help on using
tickets.