Correct yangtools bump
[openflowplugin.git] / test-scripts / README
1 Wiki documentation
2 ==================
3
4 https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::Python_test_scripts
5
6
7 How to Run
8 ==========
9
10 note:
11     all script have help which describe all parameters
12
13 1. > python odl_crud_tests.py --odlhost 172.16.4.212 --fxmls 1,2
14    This runs tests f1 and f2 against ODL running on the specified IP.
15
16    To run with all XMLs, omit the '--xmls' option.
17
18    For more options, type 'sudo python odl_crud_tests.py --help'
19
20 3. > src has to be in PYTHONPATH so you are able to run sudo PYTHONPATH=src stress_test python2.6 stress_test.py