blob: 0e46e5c9b8c083c6bf36f0f3bf19ef649c220537 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001CASE 1
2 NAME "Testing the ONOS sanity"
3 STEP "Testing the ONOS sanity"
4
5 STORE ON Zookeeper1 DO status IN Zookeeper1_status
6 INFO <Zookeeper1_status>
7
8 STORE ON Cassandra1 DO status IN Cassandra1_status
9 INFO <Cassandra1_status>
10
11 STORE ON ONOS1 DO status IN ONOS1_status
12 INFO <ONOS1_status>
13
14 STORE ON ONOS1 DO rest_status IN ONOS1_rest_status
15 INFO <ONOS1_rest_status>
16
17 STORE ON ONOSRESTAPI1 DO execute IN Response
18 INFO <Response>
19
20 ON ONOS1 DO stop
21 ON ONOS1 DO rest_stop
22 ON Cassandra1 DO stop
23 ON Zookeeper1 DO stop