Skip to content
Snippets Groups Projects

fix(EndToEndTests): Reactivate PCM test

Merged Reinhard Biegel requested to merge 128-pcm-end-to-end-test-setup-has-to-be-verified into develop
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -278,7 +278,7 @@
"Sensor0_DetectedAgents": "str"
}
},
"disabled_PCM": {
"PCM": {
"config_sets": [
"PCM"
],
@@ -286,7 +286,7 @@
"invocations": 1,
"description": "Run a pcm case and check if the end state is as expected",
"queries": [
"count(AgentId | XPosition == -5.422331 and AgentId == 0 and Timestep == 10000) == 1"
"count(AgentId | XPosition == -5.505401 and AgentId == 0 and Timestep == 10000) == 1"
],
"success_rate": 1
},
@@ -321,4 +321,4 @@
}
}
}
}
\ No newline at end of file
}
Loading