Sha256: 06f8346d4b253e98d2746b2bd9a60ec2272318ad01b33b7b4e96a80c572d2cfc

Contents?: true

Size: 841 Bytes

Versions: 6

Compression:

Stored size: 841 Bytes

Contents

Feature: kill all trema processes with `trema killall' command

  As a Trema user
  I want to kill all trema processes with `trema killall' command
  So that I can close trema sessions cleanly


  Scenario: trema killall
    Given I try trema run "./objects/examples/dumper/dumper" with following configuration (backgrounded):
      """
      vswitch { datapath_id "0xabc" }
      """
      And wait until "dumper" is up
    When I try to run "./trema killall"
      And *** sleep 1 ***
    Then switch_manager is terminated
      And switch is terminated
      And ovs-openflowd is terminated
      And dumper is terminated


  Scenario: trema help killall
    When I try to run "./trema help killall"
    Then the output should be:
      """
      Usage: trema killall [OPTIONS ...]
          -h, --help
          -v, --verbose

      """

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trema-0.2.5 features/trema.killall.feature
trema-0.2.4 features/trema.killall.feature
trema-0.2.3 features/trema.killall.feature
trema-0.2.2.1 features/trema.killall.feature
trema-0.2.2 features/trema.killall.feature
trema-0.2.1 features/trema.killall.feature