From 33499c81c94c2d3baef9d3e9f061cd76ef86fa74 Mon Sep 17 00:00:00 2001 From: Stefan Kobza Date: Mon, 11 Jan 2016 18:03:25 +0100 Subject: New version of RF tests. Change-Id: I241a2b7a7706e65f71cfd4a62e2a40f053fc5d07 Signed-off-by: Stefan Kobza --- README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README (limited to 'README') 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 + -- cgit 1.2.3-korg