From 015388c41f89f489695a287488ad2f253b1adaee Mon Sep 17 00:00:00 2001 From: Jon Lamb Date: Thu, 4 Apr 2024 04:23:44 -0700 Subject: [PATCH] Update robot tests --- test_system/tests.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_system/tests.robot b/test_system/tests.robot index d64d657..3292724 100644 --- a/test_system/tests.robot +++ b/test_system/tests.robot @@ -64,7 +64,7 @@ Start Mutator Server Create Mutation Run Command deviant mutation create ${result} Run Command netcat -W 1 127.0.0.1 ${MUTATOR_SERVER_PORT} - ${deviant_ids} Evaluate json.loads("""${result.stdout}""") json + ${deviant_ids} Evaluate json.loads("""${result.stdout}""") json Set Test Variable ${MUTATOR_ID} ${deviant_ids['mutator_id']} Set Test Variable ${MUTATION_ID} ${deviant_ids['mutation_id']} @@ -82,7 +82,7 @@ Nominal System Execution [Documentation] Boots the system and runs for a period of time [Tags] firmware - Execute Command emulation RunFor "00:00:12" + Execute Command emulation RunFor "00:00:15" Import Data Evaluate Specs