Sha256: 78c5c47c242f175fcbfb4ca9be5acd04ef43e3aee0bc3c88ef909e0c3d6353c4
Contents?: true
Size: 875 Bytes
Versions: 9
Compression:
Stored size: 875 Bytes
Contents
Feature: trema killall command In order to cleanup the previous trema session As a developer using Trema I want to execute "trema killall" command @slow_process Scenario: trema killall Given a file named "switch_monitor.conf" with: """ vswitch { datapath_id 0x1 } vswitch { datapath_id 0x2 } vswitch { datapath_id 0x3 } vhost "host1" vhost "host2" vhost "host3" link "0x1", "host1" link "0x2", "host2" link "0x3", "host3" """ And I successfully run `trema run ../../objects/examples/switch_monitor/switch_monitor -c switch_monitor.conf -d` And wait until "switch_monitor" is up When I run `trema killall` Then switch_manager is terminated And switch is terminated And phost is terminated And ovs-openflowd is terminated And switch_monitor is terminated
Version data entries
9 entries across 9 versions & 1 rubygems