Initial isolation test integrated with robot framework
authorBasheeruddin Ahmed <syedbahm@cisco.com>
Fri, 5 Sep 2014 20:16:08 +0000 (13:16 -0700)
committerBasheeruddin Ahmed <syedbahm@cisco.com>
Fri, 12 Sep 2014 16:53:19 +0000 (09:53 -0700)
commit3301ecca7f1a76e45918067940a2e5cbc3d0ff66
treeda9bc886a7a198e75ec4f81e74403fbffa58a8da
parent788ece2f8e05f1cfd957af4d9a1d1294edd70a1b
Initial isolation test integrated with robot framework
Usage:
pybot -v LEADER:<leader_ip> -v PORT:8080 -v FOLLOWER1:<flwr1_ip> -v FOLLOWER2:<flwr2_ip> ~/integration/test/csit/suites/clustering/datastore/basic/<testname.txt>
Adding start/stop controller util methods

Change-Id: I512275595cd90d35c350456388420496d6633734
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
Signed-off-by: Harman Singh <harmasin@cisco.com>
test/csit/libraries/CrudLibrary.py [new file with mode: 0644]
test/csit/libraries/SettingsLibrary.py [new file with mode: 0644]
test/csit/libraries/UtilLibrary.py [new file with mode: 0644]
test/csit/suites/clustering/datastore/basic/010_restconf_rpc_crud_test_01_execute_on_leader.txt [new file with mode: 0644]
test/csit/suites/clustering/datastore/basic/010_restconf_rpc_crud_test_02_execute_on_follower1.txt [new file with mode: 0644]
test/csit/suites/clustering/datastore/basic/010_restconf_rpc_crud_test_03_execute_on_follower2.txt [new file with mode: 0644]
test/csit/suites/clustering/datastore/basic/__init__.txt [new file with mode: 0644]