admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 1 | CASE 1 |
2 | NAME "Testing the configuration of the host" | ||||
3 | STEP "Host IP Checking using checkIP" | ||||
4 | STORE ON Mininet1 DO checkIP USING CASE['destination'] IN result | ||||
5 | STEP "Verifying the result" | ||||
6 | ASSERT result EQUALS main.TRUE ONPASS "Host h2 IP address configured" ONFAIL "Host h2 IP address didn't configured" |