Changes between Version 7 and Version 8 of GEC21Agenda/ChoiceNet/run_tests_part2


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/run_tests_part2

    v7 v8  
    2323this will start both the marketplace and controller.
    2424
    25 Open up two ssh session terminals to the H2 Node. First run the Choicenet App. The Choicenet App will communicate with marketplace to request for path service and deal with payment.
     25Open up two ssh session terminals to the H2 Node ( we can call them '''TERMINAL 2''' and '''TERMINAL 3''' ). First run the Choicenet App on '''TERMINAL 2'''. The Choicenet App will communicate with marketplace to request for path service and deal with payment.
    2626
    2727'''On TERMINAL 2 (H2 node)'''
     
    4242== Test 1:  wget ==
    4343
    44 First start a simple http server on H1:
     44First start a simple http server on '''TERMINAL 1''':
    4545
    4646'''On TERMINAL 1 (H1 node)'''
     
    5353}}}
    5454
    55 The ping is used to let the controller know the existence of H1. This only needs to be done once after the ChoiceNet server start..
     55The ping is supposed to fail, because there is no existing path between H1 and H2. The ping is used just to let the controller know the existence of H1. This only needs to be done once after the ChoiceNet server start..
    5656
    57 We then use wget on the other terminal of H2
     57We then use wget on the other terminal of '''TERMINAL 3'''
    5858
    5959'''On TERMINAL 3 (H2 node)'''