blob: cadc43e038a61247cf5017f9dc9d89a27cf292f4 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001CASE 1
2 NAME "Checking the control flow of POX"
3 STEP "Checking the host reachability using pingHost"
4 ON Mininet1 DO pingHost USING src AS CASE["src"], target AS CASE["target"], controller AS CASE["controller"] AND STORE LAST_RESULT IN result
5 ASSERT result EQUALS main.TRUE ONPASS "Ping executed successfully" ONFAIL "Ping failed"
6
7