X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=qaapi%2Fruntests.py;h=9ce212fc3db6202961bcc1857e3f5ffc9de50de1;hb=5148b9f217612f5044034a3f2efd7a69a9a25529;hp=bc23bce541c152963a698cd8a838c23e0bea8a32;hpb=b77da44ed551cda4655b186dfce58a97df4db60c;p=tests.git diff --git a/qaapi/runtests.py b/qaapi/runtests.py index bc23bce..9ce212f 100755 --- a/qaapi/runtests.py +++ b/qaapi/runtests.py @@ -19,22 +19,22 @@ def main(args): config = Config(args[0]) else: config = Config() + config.load("qa/qa_config.py") - node = config.TEST_NODE_HOSTNAME_1 - - plc_configure(config)() + plc_configure(config)("TestPLC") plc_start(config)() # Add test site, node, person and slice data # Adds slice to node and person to slice + config.update_api() add_test_data(config)() # Update plc with tests user's current public key - person = config.TEST_PERSON_EMAIL - sync_person_key(config)(person) + # person = config.TEST_PERSON_EMAIL + # sync_person_key(config)(person) - sys.exit(0) + sys.exit(0) # Boot test node and confirm boot state boot_node(config)(node)