Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/AutomatedTutorialTesting


Ignore:
Timestamp:
06/28/16 10:04:34 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

fixed a typo in the first line

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AutomatedTutorialTesting

    v5 v6  
    33= Automated Tutorial Testing with Ansible =
    44
    5 This 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.
     5This 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 automated 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.
    66{{{
    77#!html