X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=README;fp=README;h=f3d9397aea4ed6b0ee81c8be13c107ccd9a1dc8b;hp=0000000000000000000000000000000000000000;hb=33499c81c94c2d3baef9d3e9f061cd76ef86fa74;hpb=5cbeca02602061d32212e14f289d65cf648920e4 diff --git a/README b/README new file mode 100644 index 0000000000..f3d9397aea --- /dev/null +++ b/README @@ -0,0 +1,35 @@ +# STEPS TO START DEVELOPING TESTS LOCALLY + - install virtualenv + - generate environment using virtualenv: + # cd $ROOT + # virtualenv env + # source env/bin/activate + - install python requirements for this project by executing: + # pip install -r requirements.txt + - make sure user mentioned in topology.py has NOPASSWD sudo access to + vpe_api_test + + + Done. + +# STEPS TO START THE TESTS +export PYTHONPATH=. + +# create topology, edit ip addresses +cp topologies/available/topology.yaml.example topologies/available/topology.yaml +ln -s ../available/topology.yaml topologies/enabled/topology.yaml + +pybot -L TRACE -v TOPOLOGY_PATH:topologies/enabled/topology.yaml tests + or +./main.py -t topologies/enabled/topology.yaml -i test_tag + or +./main.py + + +# Dependencies on Nodes + + - virtualenv + - pip + - python2.7 + - python-dev package +