• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • tools
  • test
  • topos
  • att-onos
  • Thomas Vachuska's avatar
    Adding a basic mininet-based test to STC scenarios. · 0a4c2701 ...
    0a4c2701
    Change-Id: I193013608e8fcdaede8987536e754da6d1a185bf
    Thomas Vachuska authored 2015-07-06 20:27:01 +0000
att-onos 143 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
cd $(dirname $0)
if [ -n "$1" ]; then
    sudo python att-onos.py "$@"
else
    sudo python att-onos.py 10.128.11.1 10.128.11.2 10.128.11.3
fi