blob: 69a6092ee3735af5fa20fd5e51efffa569da7e7a [file] [log] [blame]
CASE 1
NAME "Using CASE level parameters to specify the host as h2"
STEP "Host IP Checking using checkIP"
ON Mininet1 DO checkIP USING STEP['host'] AND STORE LAST_RESULT IN result
STEP "Verifying the result"
ASSERT result EQUALS main.TRUE ONPASS "Host h2 IP address configured" ONFAIL "Host h2 IP address didn't configured"
CASE 2
NAME "Using CASE level parameters to specify the host as h3"
STEP "Host IP Checking using checkIP"
ON Mininet1 DO checkIP USING STEP['host'] AND STORE LAST_RESULT IN result
STEP "Verifying the result"
ASSERT result EQUALS main.TRUE ONPASS "Host h2 IP address configured" ONFAIL "Host h2 IP address didn't configured"