aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gwu@futurewei.com>2019-06-04 14:25:57 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-04 14:25:57 +0000
commite3eca161e1d16cef4f48f9b41e9e1a3d0578ee85 (patch)
tree7bc4c06f2f1f98d845fc0c20ba7c1785e5b7659e
parente470603aab3204839c045c964756b9706609a870 (diff)
parent8a3f44a61cd515a581e724174d32ac776a20c5c9 (diff)
Merge "remove the files we dont use around OSUtils"
-rw-r--r--tests/portal/testsuites/browser_setup.robot3
-rw-r--r--tests/portal/testsuites/test1.robot3
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/portal/testsuites/browser_setup.robot b/tests/portal/testsuites/browser_setup.robot
index 6ef4f726..dfa6ab68 100644
--- a/tests/portal/testsuites/browser_setup.robot
+++ b/tests/portal/testsuites/browser_setup.robot
@@ -1,7 +1,6 @@
*** Settings ***
Documentation The main interface for interacting with VID. It handles low level stuff like managing the selenium request library and VID required steps
Library Collections
-Library OSUtils
Library OperatingSystem
Library ExtendedSelenium2Library
Resource global_properties.robot
@@ -22,8 +21,6 @@ Setup Browser Firefox
Set Global Variable ${GLOBAL_SELENIUM_BROWSER_CAPABILITIES} ${dc}
Setup Browser Chrome
- ${os}= Get Normalized Os
- Log Normalized OS=${os}
${chrome options}= Evaluate sys.modules['selenium.webdriver'].ChromeOptions() sys
Call Method ${chrome options} add_argument no-sandbox
${dc} Evaluate sys.modules['selenium.webdriver'].DesiredCapabilities.CHROME sys, selenium.webdriver
diff --git a/tests/portal/testsuites/test1.robot b/tests/portal/testsuites/test1.robot
index d0fef06a..516fb0d4 100644
--- a/tests/portal/testsuites/test1.robot
+++ b/tests/portal/testsuites/test1.robot
@@ -7,7 +7,6 @@ Library RequestsLibrary
Library eteutils/UUID.py
Library DateTime
Library Collections
-Library eteutils/OSUtils.py
Library eteutils/StringTemplater.py
Library String
Library XvfbRobot
@@ -231,8 +230,6 @@ Setup Browser
Setup Browser Chrome
- ${os}= Get Normalized Os
- Log Normalized OS=${os}
${chrome options}= Evaluate sys.modules['selenium.webdriver'].ChromeOptions() sys
Call Method ${chrome options} add_argument no-sandbox
${dc} Evaluate sys.modules['selenium.webdriver'].DesiredCapabilities.CHROME sys, selenium.webdriver