Update clustering tests for Continuous Integration
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)
commitce8b357a86e5e55775b2b4d75b256b4748bd0072
tree284d69783e626cc92fd72a920b57518f2ba71568
parent145c9511dac15c6994e8a95e5e421c83d7e3437b
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