We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609fa60 commit 7ec535dCopy full SHA for 7ec535d
tests/01-smoke/12-cloned-lab.robot
@@ -142,7 +142,7 @@ Test deploy referencing folder as topo
142
143
## double check deletion via runtime ps
144
${output_post2} = Process.Run Process
145
- ... ${runtime} ps
+ ... sudo -E ${runtime} ps
146
... shell=True
147
148
Should Contain ${output_post2.stdout} clab-lab1-node1
@@ -155,7 +155,7 @@ Test deploy referencing folder as topo
155
156
157
158
159
160
161
Should Not Contain ${output_post2.stdout} clab-lab1-node1
0 commit comments