Changes between Version 1 and Version 2 of GENIExperimenter/Tutorials/AutomatedTutorialTesting


Ignore:
Timestamp:
07/31/15 16:50:41 (9 years ago)
Author:
yzhao@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AutomatedTutorialTesting

    v1 v2  
    22
    33This page shows how to create an Ansible playbook to do automated testing. [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/RunHelloGENI HelloGeni tutorial] is used as an example to demonstrate how to perform automatd testing with Ansible. HelloGeni tutorial has a very simple topology with one server and one clients that are connected with a layer 2 link. We will demonstrate important factors in ansible script to start iperf server on server and then do iperf test from client to server.
     4{{{
     5#!html
     6<img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Graphics/HelloGENIOverviewDiag.png?format=raw" alt="Hello GENI topology"  align="center" height="65" title="Hello GENI topology" />
     7}}}
    48
    59