Skip to content

Commit

Permalink
Fix PXE folder cleanup failure (#8237) (#8270)
Browse files Browse the repository at this point in the history
deletePXE is the correct varialbe name for keyword
"Cleanup Nimbus Folders"

(cherry picked from commit 20781bf)
  • Loading branch information
zjs authored and DanielXiao committed Sep 12, 2018
1 parent fd742fe commit fa9732d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/Nimbus-Util.robot
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Deploy Nimbus vCenter Server Async
Deploy Nimbus Testbed
[Arguments] ${user} ${password} ${args}= ${spec}=${EMPTY}

Run Keyword And Ignore Error Cleanup Nimbus Folders deletePxe=${true}
Run Keyword And Ignore Error Cleanup Nimbus Folders deletePXE=${true}

Open Connection %{NIMBUS_GW}
Wait Until Keyword Succeeds 2 min 30 sec Login ${user} ${password}
Expand Down

0 comments on commit fa9732d

Please sign in to comment.