X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=qaapi%2Fruntests.py;h=9ce212fc3db6202961bcc1857e3f5ffc9de50de1;hb=4297f83e55247a16c587d1aae4205f198d17fd69;hp=dcdaf1742ad555969eb5873f5e83b097db12ecd0;hpb=4e4ecc675bcec87675d97999a7ba5564d520d2d3;p=tests.git diff --git a/qaapi/runtests.py b/qaapi/runtests.py index dcdaf17..9ce212f 100755 --- a/qaapi/runtests.py +++ b/qaapi/runtests.py @@ -19,10 +19,9 @@ 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 @@ -31,11 +30,11 @@ def main(args): 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)