Skip to content

Commit 7ec535d

Browse files
committed
execute runtime ps via sudo
1 parent 609fa60 commit 7ec535d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/01-smoke/12-cloned-lab.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Test deploy referencing folder as topo
142142

143143
## double check deletion via runtime ps
144144
${output_post2} = Process.Run Process
145-
... ${runtime} ps
145+
... sudo -E ${runtime} ps
146146
... shell=True
147147

148148
Should Contain ${output_post2.stdout} clab-lab1-node1
@@ -155,7 +155,7 @@ Test deploy referencing folder as topo
155155

156156
## double check deletion via runtime ps
157157
${output_post2} = Process.Run Process
158-
... ${runtime} ps
158+
... sudo -E ${runtime} ps
159159
... shell=True
160160

161161
Should Not Contain ${output_post2.stdout} clab-lab1-node1

0 commit comments

Comments
 (0)