diff options
author | eh552t <eh552t@intl.att.com> | 2017-08-29 15:24:05 +0200 |
---|---|---|
committer | eh552t <eh552t@intl.att.com> | 2017-08-29 15:24:11 +0200 |
commit | f96d50a3ef6e0a7f27897bcf741254092c5cf6e2 (patch) | |
tree | 30d8827003cae837f59a5379cfe22da94e588756 | |
parent | 70cf42ee7a0ab0c1a057fb7897331bdb1b22aad6 (diff) |
Adding libraries for Selenium tests
Adding missing libraries to be able to use selenium headless
Still need apt-get install xvfb to work
Change-Id: Idcd900bdf7de34d29b02f8caf50dc152067c86a9
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-Id: CLAMP-28
-rw-r--r-- | jjb/integration/include-raw-integration-install-robotframework.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index 98375ec1b..9ca248c7d 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -20,7 +20,10 @@ pip install --upgrade pip pip install --upgrade --no-binary pycparser pycparser pip install --upgrade pyOpenSSL==16.2.0 docker-py importlib requests scapy netifaces netaddr ipaddr simplejson demjson -pip install --upgrade robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}} +pip install --upgrade robotframework{,-{httplibrary,requests,sshlibrary,selenium2library,xvfb}} + +pip install xvfbwrapper +pip install PyVirtualDisplay # Print installed versions. pip freeze |