Changes between Version 7 and Version 8 of GEC21Agenda/ChoiceNet/run_tests_part2
- Timestamp:
- 10/17/14 14:26:21 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC21Agenda/ChoiceNet/run_tests_part2
v7 v8 23 23 this will start both the marketplace and controller. 24 24 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.25 Open 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. 26 26 27 27 '''On TERMINAL 2 (H2 node)''' … … 42 42 == Test 1: wget == 43 43 44 First start a simple http server on H1:44 First start a simple http server on '''TERMINAL 1''': 45 45 46 46 '''On TERMINAL 1 (H1 node)''' … … 53 53 }}} 54 54 55 The ping is usedto let the controller know the existence of H1. This only needs to be done once after the ChoiceNet server start..55 The 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.. 56 56 57 We then use wget on the other terminal of H257 We then use wget on the other terminal of '''TERMINAL 3''' 58 58 59 59 '''On TERMINAL 3 (H2 node)'''