Skip to content

Commit 5bcbb5c

Browse files
committed
Update
1 parent 0c2965a commit 5bcbb5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/testplan/IPv4-Port-Based-DHCP-Server-test-plan.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Base dhcp_server functionality tests (test module [#1](#test-module-1-test_dhcp_
7070

7171
### Common Function
7272

73-
#### send_and_verify:
73+
#### send_and_verify
7474
* Send DHCP discover packets from PTF, check whether configured port receive DHCP offer packet and no-configured ports don't receive. Need to check netmask / gateway / lease_time / yiaddr.
7575
* Send DHCP request packets from PTF, check whether configured port receive DHCP ack packet and no-configured ports don't receive. Need to check netmask / gateway / lease_time / yiaddr. Besides, check lease via show CLI to make sure lease is correct.
7676
* For renew scenario, send DHCP request packets from PTF, check whether configured port receive DHCP ack packet and no-configured ports don't receive. Need to check netmask / gateway / lease_time / yiaddr. Besides, check lease via show CLI to make sure lease is correct.
@@ -157,10 +157,10 @@ Base dhcp_server functionality tests (test module [#1](#test-module-1-test_dhcp_
157157

158158
* **Test detail**
159159

160-
* `send_and_verify` with mac A in interface A, expected result: IP assign successfully.
161-
* `send_and_verify` with mac B in interface B, expected result: IP assign successfully.
162-
* `send_and_verify` with mac A in interface B, expected result: IP assign fail.
163-
* `send_and_verify` with mac B in interface A, expected result: IP assign fail.
160+
* `send_and_verify` with mac A in interface A, expected result: client A can get correct IP.
161+
* `send_and_verify` with mac B in interface B, expected result: client A can get correct IP.
162+
* `send_and_verify` with mac A in interface B, expected result: client A can get correct IP.
163+
* `send_and_verify` with mac B in interface A, expected result: client A can get correct IP.
164164

165165
#### test_dhcp_server_port_based_assignment_range
166166

0 commit comments

Comments
 (0)