From 9d6a6762ed7a2c5b7217c0eafaefee9dad49544f Mon Sep 17 00:00:00 2001 From: mrichomme Date: Wed, 16 May 2018 09:06:11 +0200 Subject: Add xtesting to official ONAP repo provides the files to build a xtesting-onap-repo docker file it inherits xtesting capabilities Issue-ID: INT-499 Change-Id: Ic30d1ef750e9a0ac25b1b1af49fb88d0ba8a64e8 Signed-off-by: mrichomme --- test/xtesting/robot/thirdparty-requirements.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/xtesting/robot/thirdparty-requirements.txt (limited to 'test/xtesting/robot/thirdparty-requirements.txt') diff --git a/test/xtesting/robot/thirdparty-requirements.txt b/test/xtesting/robot/thirdparty-requirements.txt new file mode 100644 index 000000000..f85db2d41 --- /dev/null +++ b/test/xtesting/robot/thirdparty-requirements.txt @@ -0,0 +1,15 @@ +selenium<=3.0.0 +requests==2.11.1 +robotframework-selenium2library==1.8.0 +robotframework-databaselibrary==0.8.1 +robotframework-extendedselenium2library==0.9.1 +robotframework-requests==0.4.5 +robotframework-sshlibrary==2.1.2 +robotframework-sudslibrary==0.8 +robotframework-ftplibrary==1.3 +robotframework-rammbock==0.4.0.1 +deepdiff==2.5.1 +dnspython==1.15.0 +robotframework-httplibrary==0.4.2 +robotframework-archivelibrary==0.3.2 +PyYAML==3.12 -- cgit 1.2.3-korg