XOS Scale test
- creating OLTs, ONUs and required ports
- creating whitelist
- sending ONU activation events

Change-Id: If2b2d02ae4a966756edbedd659108481558636ee
diff --git a/src/test/cord-api/setup_venv.sh b/src/test/cord-api/setup_venv.sh
index 6975307..cf08442 100755
--- a/src/test/cord-api/setup_venv.sh
+++ b/src/test/cord-api/setup_venv.sh
@@ -32,6 +32,6 @@
 pip install --upgrade pip
 pip install robotframework robotframework-requests robotframework-sshlibrary pexpect  \
     robotframework-httplibrary robotframework-kafkalibrary pygments pyyaml
-pip install requests
+pip install requests tinydb
 
 echo "CORD-TESTER virtualenv created. Run 'source ${VENVDIR}/bin/activate'."
\ No newline at end of file