Skip to content

Commit

Permalink
Make sure we have a clean state in th test
Browse files Browse the repository at this point in the history
Issue-Id: #1
  • Loading branch information
krucod3 committed Nov 21, 2023
1 parent efb1caa commit c177776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/stests/workloads/update_workload.robot
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Test Ankaios CLI update workload
... AND Set Global Variable ${default_state_yaml_file} ${CONFIGS_DIR}/default.yaml
... AND Set Global Variable ${new_state_yaml_file} %{ANKAIOS_TEMP}/itest_update_workload_new_state.yaml
# Preconditions
Given Ankaios server is started with "ank-server --startup-config ${default_state_yaml_file}"
Given Podman has deleted all existing containers
And Ankaios server is started with "ank-server --startup-config ${default_state_yaml_file}"
And Ankaios agent is started with "ank-agent --name agent_A"
And all workloads of agent "agent_A" have an initial execution state
And the command "curl localhost:8081" finished with exit code "0"
Expand Down

0 comments on commit c177776

Please sign in to comment.