From 58b91dd3baaaf72ab65062a4804403cd4a5935b2 Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 5 Jul 2018 22:37:35 -0400 Subject: Move OVP web portal code to a separate repo The new repo for web portal is https://gerrit.opnfv.org/gerrit/dovetail-webportal JIRA: DOVETAIL-671 Change-Id: Iac085abc3d175b9a091d70d0448af56c7a6845e9 Signed-off-by: xudan --- .../assets/lib/bootstrap/grunt/sauce_browsers.yml | 82 ---------------------- 1 file changed, 82 deletions(-) delete mode 100644 cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml (limited to 'cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml') diff --git a/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml b/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml deleted file mode 100644 index 04e90928..00000000 --- a/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml +++ /dev/null @@ -1,82 +0,0 @@ -[ - # Docs: https://saucelabs.com/docs/platforms/webdriver - - { - browserName: "safari", - platform: "OS X 10.10" - }, - { - browserName: "chrome", - platform: "OS X 10.10" - }, - { - browserName: "firefox", - platform: "OS X 10.10" - }, - - # Mac Opera not currently supported by Sauce Labs - - { - browserName: "internet explorer", - version: "11", - platform: "Windows 8.1" - }, - { - browserName: "internet explorer", - version: "10", - platform: "Windows 8" - }, - { - browserName: "internet explorer", - version: "9", - platform: "Windows 7" - }, - { - browserName: "internet explorer", - version: "8", - platform: "Windows 7" - }, - - # { # Unofficial - # browserName: "internet explorer", - # version: "7", - # platform: "Windows XP" - # }, - - { - browserName: "chrome", - platform: "Windows 8.1" - }, - { - browserName: "firefox", - platform: "Windows 8.1" - }, - - # Win Opera 15+ not currently supported by Sauce Labs - - { - browserName: "iphone", - platform: "OS X 10.9", - version: "8.1" - }, - - # iOS Chrome not currently supported by Sauce Labs - - # Linux (unofficial) - { - browserName: "chrome", - platform: "Linux" - }, - { - browserName: "firefox", - platform: "Linux" - } - - # Android Chrome not currently supported by Sauce Labs - - # { # Android Browser (super-unofficial) - # browserName: "android", - # version: "4.0", - # platform: "Linux" - # } -] -- cgit 1.2.3-korg