diff options
author | DR695H <dr695h@att.com> | 2019-06-03 19:05:53 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-03 21:18:30 -0400 |
commit | 8a3f44a61cd515a581e724174d32ac776a20c5c9 (patch) | |
tree | 807a15eba54a40bb91bbafda9e0a145851d664ee /tests/portal/testsuites/test1.robot | |
parent | fffb18083b967e82c2dcb746a1fd51961500ddbe (diff) |
remove the files we dont use around OSUtils
Change-Id: I8a86a86089bf59dfa5e133a0dc7f51b8301499b4
Issue-ID: TEST-158
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'tests/portal/testsuites/test1.robot')
-rw-r--r-- | tests/portal/testsuites/test1.robot | 3 |
1 files changed, 0 insertions, 3 deletions
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 |