We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3748616 commit 116d936Copy full SHA for 116d936
test/simln_test.py
@@ -45,7 +45,7 @@ def run_plugin(self):
45
46
def copy_results(self) -> bool:
47
self.log.info("Copying results")
48
- pod = get_pods_with_label("mission=plugin")[0]
+ pod = get_pods_with_label("mission=simln")[0]
49
self.wait_for_gossip_sync(2)
50
wait_for_pod(pod.metadata.name, 60)
51
sleep(20)
0 commit comments