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 collaboratorhelp command
In order to understand how to use Trema
As a developer using Trema
I want to read the help message of trema command
- Scenarios
-
- List sub-commands
-
- When
-
I run
trema help
- Then
- the output should contain "dump_flows"
- And
- the output should contain "help"
- And
- the output should contain "kill"
- And
- the output should contain "killall"
- And
- the output should contain "netns"
- And
- the output should contain "reset_stats"
- And
- the output should contain "ruby"
- And
- the output should contain "run"
- And
- the output should contain "send_packets"
- And
- the output should contain "show_stats"
- And
- the output should contain "up"
- And
- the output should contain "version"
- List global options
-
- When
-
I run
trema help
- Then
- the output should contain "--help"
- And
- the output should contain "-v, --verbose"
- And
- the output should contain "--version"
Last published over 7 years ago by y-higuchi.