Update clustering tests for Continuous Integration 01/23001/6
authorPhillip Shea <phillip.shea@hp.com>
Fri, 19 Jun 2015 17:30:38 +0000 (10:30 -0700)
committerPhillip Shea <phillip.shea@hp.com>
Mon, 22 Jun 2015 18:44:32 +0000 (11:44 -0700)
commit4b29b890c4baa4d30bea955ab17aaa7c6d5caed6
tree5c25524e6067b7d1d8e99a1075e4dbedafcbc56f
parentd62438a13dd8d8f2288375c75ff949a80374b9ea
Update clustering tests for Continuous Integration

This commit is a re-try of the following commit:
https://git.opendaylight.org/gerrit/#/c/22652/

The following changes were made:
    Change global variables to match those used in CI
    All ssh sign-ins now use certificates rather than passwords
    Remove Sleeps where possible.
    Move repeated variables into variables.py.
    Move repeated keywords into libraries.

Change-Id: I3c67c9fa5cbbfb1219f38cb9741481c28357185a
Signed-off-by: Phillip Shea <phillip.shea@hp.com>
14 files changed:
test/csit/libraries/ClusterKeywords.txt
test/csit/libraries/Utils.txt
test/csit/suites/clustering/datastore/001_start_cluster.robot
test/csit/suites/clustering/datastore/010_crud_on_leader.robot
test/csit/suites/clustering/datastore/020_crud_on_any_follower.robot
test/csit/suites/clustering/datastore/030_car_failover_crud_on_new_leader.robot
test/csit/suites/clustering/datastore/040_people_failover_crud_on_new_leader.robot
test/csit/suites/clustering/datastore/050_car_persistence_recovery.robot
test/csit/suites/clustering/datastore/140_recovery_restart_follower.robot
test/csit/suites/clustering/datastore/999_cleanup.robot
test/csit/suites/clustering/routedrpc/001_start_cluster.robot
test/csit/suites/clustering/routedrpc/023_routed_rpc_crud_test.robot
test/csit/suites/clustering/routedrpc/024_routed_rpc_crud_test.robot
test/csit/variables/Variables.py