blob: c6a806ede7ddee8f7b01c073558d8c0a009427f4 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001CASE 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"