Navigation


Changeset 14:fef572dfbd43 in VirtualTestbed for mrb/iop_testbed.sh


Ignore:
Timestamp:
Jan 11, 2011, 4:08:18 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Tested new netemul & send delay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mrb/iop_testbed.sh

    r13 r14  
    2020        ./vm_start.sh "iop-fdrelay.iop.testbed.aaa" &
    2121        sleep 3
     22        ./vm_start.sh "iop-crcumcli.iop.testbed.aaa" &
     23        sleep 3
     24        ./vm_start.sh "iop-crcumsrv.iop.testbed.aaa" &
    2225        #./vm_start.sh "eap-supauth2.eap.testbed.aaa" &
    2326        #sleep 3
     
    3134        ./vm_pause.sh "iop-iopmgr.testbed.aaa" &
    3235        ./vm_pause.sh "iop-fdrelay.iop.testbed.aaa" &
     36        ./vm_pause.sh "iop-crcumcli.iop.testbed.aaa" &
     37        ./vm_pause.sh "iop-crcumsrv.iop.testbed.aaa" &
    3338        wait
    3439        ;;
     
    3843        ./vm_stop.sh "iop-iopmgr.testbed.aaa" &
    3944        ./vm_stop.sh "iop-fdrelay.iop.testbed.aaa" &
     45        ./vm_stop.sh "iop-crcumcli.iop.testbed.aaa" &
     46        ./vm_stop.sh "iop-crcumsrv.iop.testbed.aaa" &
    4047        wait
    4148        ;;
Note: See TracChangeset for help on using the changeset viewer.