Skip to content

Instantly share code, notes, and snippets.

@pichuang
Created September 21, 2015 01:00
Show Gist options
  • Save pichuang/3e1f953f4184f87fd924 to your computer and use it in GitHub Desktop.
Save pichuang/3e1f953f4184f87fd924 to your computer and use it in GitHub Desktop.
#!/bin/sh
APP_PATH=~/ryuInstallHelper/ryu/ryu/tests/switch
TEST_TARGET_SWITCH="0000000000000001"
AUXILIARY_SWITCH="0000000000000002"
TEST_PATTERN="of13"
ryu-manager --test-switch-target $TEST_TARGET_SWITCH \
--test-switch-tester $AUXILIARY_SWITCH \
--test-switch-dir $APP_PATH/$TEST_PATTERN \
$APP_PATH/tester.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment