To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorVswitch.destroy_all
- Background
-
- Given
-
I run
phut -v
interactively
- Scenarios
-
- Vswitch.destroy_all
-
- When
- I type "Vswitch.destroy_all"
- And
- I type "Vswitch.all"
- And
- sleep 5
- Then
- the output should contain "[]"
- Vswitch.destroy_all
-
- Given
- I type "Vswitch.create(dpid: 0xabc)"
- When
- I type "Vswitch.destroy_all"
- And
- I type "Vswitch.all"
- And
- sleep 5
- Then
- the output should contain "[]"
Last published about 6 years ago by Yasuhito Takamiya.