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


Ignore:
Timestamp:
08/13/15 17:07:04 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AutomatedTutorialTesting

    v2 v3  
    11= Automated Tutorial Testing with Ansible =
    22
    3 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.
     3This 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.
    44{{{
    55#!html