Sha256: 23bf45af26a1a13494f68913951f541d9f18c77fb6bce644fe1e6e9cb303ae81

Contents?: true

Size: 843 Bytes

Versions: 4

Compression:

Stored size: 843 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

4 entries across 4 versions & 1 rubygems

Version Path
trema-0.2.0 features/trema.killall.feature
trema-0.1.3.2 features/trema.killall.feature
trema-0.1.3.1 features/trema.killall.feature
trema-0.1.3 features/trema.killall.feature