Skip to content

Commit

Permalink
Update robot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Apr 4, 2024
1 parent 3fd7a4b commit 015388c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_system/tests.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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']}

Expand All @@ -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

Expand Down

0 comments on commit 015388c

Please sign in to comment.