Unverified Commit e5276db9 authored by douomo's avatar douomo Committed by GitHub
Browse files

Update readme.txt

parent f9829d45
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -10,6 +10,10 @@ source bin/activate
#INSTALL THE NEEDED LIBRARIES
pip install -r requirements.txt

it might me needed to delete the folder related to pyenv and re-create the environment

rm -rf bin include lib pyvenv.cfg

#### TO RUN THE INVENTORY AND PERFORMANCE TESTS:
#Configure the file for authentication:
In PerformanceTest.robot and test_inventory.robot, you can either authenticate with key or with username and password.
@@ -17,6 +21,8 @@ In PerformanceTest.robot and test_inventory.robot, you can either authenticate w
Configure username, password and key_filename in ne-cfg for inventory and Performance Test
If you want to use authentication with password and username you can leave key_filename as it is. Viceversa you have to select the file with your private key

Be sure to set up all the field you find in the ne-cfg.py (interfaces, ip, name and so on)

robot inventoryTest.robot

robot PerformanceTest.robot