Changes between Version 11 and Version 12 of GEC21Agenda/ChoiceNet/run_tests_part2


Ignore:
Timestamp:
10/17/14 17:26:04 (9 years ago)
Author:
xinming@umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/run_tests_part2

    v11 v12  
    4747
    4848{{{
    49 sudo su
    50 cd /root/
    51 python -m SimpleHTTPServer 8080
     49sudo /root/choicenet/geni/start_httpserver.sh
    5250}}}
    5351
     
    7876
    7977{{{
    80 root@h2:~# wget http://10.10.1.1:8080/sample.mp4
     78xinming@h2:~# wget http://10.10.1.1:8080/sample.mp4
    8179--2014-10-16 23:02:16--  http://10.10.1.1:8080/sample.mp4
    8280Connecting to 10.10.1.1:8080... connected.
     
    102100
    103101{{{
    104 ping 10.10.1.1 -c 1
    105102mplayer http://10.10.1.1:8080/sample.mp4 -vo null -nosound
    106103}}}