Changes between Version 29 and Version 30 of GENIExperimenter/Tutorials/GENIExperimentEngine/Execute
- Timestamp:
- 03/16/15 19:23:43 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/GENIExperimentEngine/Execute
v29 v30 18 18 }}} 19 19 20 ---- 21 20 22 = STEPS FOR EXECUTING EXERCISE = 21 23 … … 205 207 ### 2(f): Fetch the parameterized URL ### 206 208 - name: Dump the full URL 207 - debug: msg="http://www.lively-web.org/nodejs/GEETutorial/helloWorld?slice=# INSERT ARGUMENTS HERE" 208 209 - shell: curl "http://www.lively-web.org/nodejs/GEETutorial/helloWorld?slice=# INSERT ARGUMENTS HERE" 209 debug: msg="http://www.lively-web.org/nodejs/GEETutorial/helloWorld?slice=# INSERT ARGUMENTS HERE" 210 211 - name: Fetch the full URL 212 shell: curl "http://www.lively-web.org/nodejs/GEETutorial/helloWorld?slice=# INSERT ARGUMENTS HERE" 210 213 }}} 211 214