From 0c77cdd96e5ff9ed7bf3534f7d96d695c6cfd57d Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Wed, 23 Apr 2014 14:49:12 +0100 Subject: create-jobs: fixed node copying Signed-off-by: Milosz Wasilewski --- create-jobs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/create-jobs.py b/create-jobs.py index 5a6d944..0d2b352 100644 --- a/create-jobs.py +++ b/create-jobs.py @@ -183,6 +183,7 @@ for mode in modes: test_case[ACTIONS].append(hostshell) test_case[ACTIONS].append(targetshell) #pprint(test_case) + test_case[ACTIONS].append(deepcopy(SUBMIT_RESULTS)) f = open("wa2_%s.json" % benchmark.split(".")[0], "w") f.write(json.dumps(test_case, sort_keys=True, indent=4)) f.close() @@ -197,6 +198,7 @@ for mode in modes: targetshell[PARAMETERS][TESTDEF_REPOS][0][PARAMETERS][SIGNAL_PREFIX] = benchmark.split(".")[0] test_case[ACTIONS].append(hostshell) test_case[ACTIONS].append(targetshell) + test_case[ACTIONS].append(deepcopy(SUBMIT_RESULTS)) #pprint(test_case) f = open("wa2_%s.json" % benchmark.split(".")[0], "w") f.write(json.dumps(test_case, sort_keys=True, indent=4)) -- cgit v1.2.3