-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #261
- Loading branch information
Showing
44 changed files
with
375 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
8 changes: 8 additions & 0 deletions
8
Tests/Regression/Manager/testdata/Issue-#261/circular_test2/agent.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Agent] | ||
agentname = E-5CG2026KN2 | ||
agentdir = C:\Users\Dave\Documents\tests\agent-dir | ||
xmlmode = False | ||
excludelibraries = BuiltIn,String,OperatingSystem,perftest | ||
properties = | ||
swarmmanager = http://localhost:8138/ | ||
robotcmd = robot |
20 changes: 20 additions & 0 deletions
20
Tests/Regression/Manager/testdata/Issue-#261/circular_test2/manager.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[GUI] | ||
win_width = 1280 | ||
win_height = 720 | ||
graph_list = | ||
|
||
[Plan] | ||
scriptdir = C:\Users\Dave\Documents\tests\ | ||
scenariodir = C:\Users\Dave\Documents\tests\ | ||
scenariofile = C:\Users\Dave\Documents\tests\scenario.rfs | ||
|
||
[Run] | ||
resultsdir = C:\Users\Dave\Documents\tests\results | ||
display_index = False | ||
display_iteration = False | ||
display_sequence = False | ||
display_percentile = 90 | ||
|
||
[Server] | ||
bindip = | ||
bindport = 8138 |
6 changes: 6 additions & 0 deletions
6
...ssion/Manager/testdata/Issue-#261/circular_test2/resources/core-common/libs/BrowserLib.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
from robot.api.deco import keyword, library | ||
|
||
|
||
@library(scope='GLOBAL', auto_keywords=True) | ||
class BrowserLib: | ||
pass |
1 change: 1 addition & 0 deletions
1
...testdata/Issue-#261/circular_test2/resources/core-common/libs/DatabaseLibrary/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from robot.api.deco import keyword, library |
1 change: 1 addition & 0 deletions
1
.../testdata/Issue-#261/circular_test2/resources/core-common/libs/DatabaseLibrary/db-test.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from robot.api.deco import keyword, library |
7 changes: 7 additions & 0 deletions
7
...Manager/testdata/Issue-#261/circular_test2/resources/core-common/libs/SSHTunnelManager.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from robot.api.deco import library, keyword | ||
from sshtunnel import SSHTunnelForwarder | ||
|
||
|
||
@library(scope='GLOBAL', auto_keywords=True) | ||
class SSHTunnelManager: | ||
pass |
2 changes: 2 additions & 0 deletions
2
...r/testdata/Issue-#261/circular_test2/resources/core-common/resources/builtin-ext.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*** Settings *** | ||
Library Collections |
5 changes: 5 additions & 0 deletions
5
...r/testdata/Issue-#261/circular_test2/resources/core-common/resources/certificate.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*** Settings *** | ||
Library Collections | ||
Library OperatingSystem | ||
Library JSONLibrary | ||
Library KubeLibrary |
7 changes: 7 additions & 0 deletions
7
...r/testdata/Issue-#261/circular_test2/resources/core-common/resources/kubelibrary.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
*** Settings *** | ||
Library Collections | ||
Library OperatingSystem | ||
Library String | ||
Library JSONLibrary | ||
Library KubeLibrary | ||
Resource builtin-ext.resource |
4 changes: 4 additions & 0 deletions
4
...sue-#261/circular_test2/resources/core-common/resources/spotfire-config-database.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*** Settings *** | ||
Library Collections | ||
Library ../../core-common/libs/DatabaseLibrary/ | ||
Resource ssh.resource |
5 changes: 5 additions & 0 deletions
5
...n/Manager/testdata/Issue-#261/circular_test2/resources/core-common/resources/ssh.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*** Settings *** | ||
Library String | ||
Library SSHLibrary | ||
Library ../../core-common/libs/SSHTunnelManager.py | ||
Resource ../../core-common/resources/builtin-ext.resource |
5 changes: 5 additions & 0 deletions
5
...nager/testdata/Issue-#261/circular_test2/resources/core-common/resources/vertica.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*** Settings *** | ||
Library OperatingSystem | ||
Library ../libs/DatabaseLibrary/ | ||
Resource certificate.resource | ||
Resource kubelibrary.resource |
3 changes: 3 additions & 0 deletions
3
...261/circular_test2/resources/core-ui/resources/generic-resources/data-formatting.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*** Settings *** | ||
Library ../../../robot-dashboard/library/utility.py | ||
Resource ../../../robot-dashboard/resources/Generic_Resources/generic.resource |
3 changes: 3 additions & 0 deletions
3
...ue-#261/circular_test2/resources/core-ui/resources/generic-resources/page-common.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*** Settings *** | ||
Library SeleniumLibrary implicit_wait=2s | ||
Resource ../ui.resource |
3 changes: 3 additions & 0 deletions
3
...sue-#261/circular_test2/resources/core-ui/resources/generic-resources/ui-browser.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*** Settings *** | ||
Resource ../ui.resource | ||
Resource ui-common.resource |
2 changes: 2 additions & 0 deletions
2
...ssue-#261/circular_test2/resources/core-ui/resources/generic-resources/ui-common.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*** Settings *** | ||
Resource page-common.resource |
3 changes: 3 additions & 0 deletions
3
...Issue-#261/circular_test2/resources/core-ui/resources/generic-resources/ui-login.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*** Settings *** | ||
Resource ui-browser.resource | ||
Resource ui-notif-handling.resource |
2 changes: 2 additions & 0 deletions
2
...1/circular_test2/resources/core-ui/resources/generic-resources/ui-notif-handling.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*** Settings *** | ||
Resource ui-common.resource |
2 changes: 2 additions & 0 deletions
2
...sue-#261/circular_test2/resources/core-ui/resources/generic-resources/ui-sf-menu.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*** Settings *** | ||
Resource ui-common.resource |
2 changes: 2 additions & 0 deletions
2
...-#261/circular_test2/resources/core-ui/resources/generic-resources/ui-vis-change.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*** Settings *** | ||
Resource ui-common.resource |
2 changes: 2 additions & 0 deletions
2
...e-#261/circular_test2/resources/core-ui/resources/generic-resources/ui-vis-lists.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*** Settings *** | ||
Resource ui-common.resource |
2 changes: 2 additions & 0 deletions
2
...-#261/circular_test2/resources/core-ui/resources/generic-resources/ui-vis-tables.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*** Settings *** | ||
Resource ui-common.resource |
6 changes: 6 additions & 0 deletions
6
...ession/Manager/testdata/Issue-#261/circular_test2/resources/core-ui/resources/ui.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
*** Settings *** | ||
Library Collections | ||
Library Process | ||
Library String | ||
Library SeleniumLibrary | ||
Library ../../core-common/libs/BrowserLib.py |
22 changes: 22 additions & 0 deletions
22
...n/Manager/testdata/Issue-#261/circular_test2/resources/robot-dashboard/library/utility.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import codecs | ||
import csv | ||
import math | ||
import os | ||
import re | ||
import shutil | ||
import time | ||
import zipfile | ||
import json | ||
import urllib | ||
|
||
from cmath import log10 | ||
from datetime import datetime | ||
from decimal import Decimal | ||
from io import StringIO | ||
|
||
import chardet | ||
import pandas as pd | ||
import pyperclip | ||
import xmltodict | ||
from PIL import Image | ||
from robot.api.deco import keyword, library |
3 changes: 3 additions & 0 deletions
3
.../circular_test2/resources/robot-dashboard/resources/Generic_Resources/fetch_data.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*** Settings *** | ||
Resource generic.resource | ||
Resource ../../../core-ui/resources/generic-resources/data-formatting.resource |
2 changes: 2 additions & 0 deletions
2
...cular_test2/resources/robot-dashboard/resources/Generic_Resources/fetch_metadata.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*** Settings *** | ||
Resource generic.resource |
15 changes: 15 additions & 0 deletions
15
...261/circular_test2/resources/robot-dashboard/resources/Generic_Resources/generic.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
*** Settings *** | ||
Library SSHLibrary | ||
Library OperatingSystem | ||
Library Collections | ||
Library String | ||
Library ../../library/utility.py | ||
Library Process | ||
Resource page_common.resource | ||
Resource login_dashboard.resource | ||
Resource ../../../core-common/resources/vertica.resource | ||
Resource ../../../core-common/resources/kubelibrary.resource | ||
Resource fetch_data.resource | ||
Resource fetch_metadata.resource | ||
Resource ../../../core-common/resources/spotfire-config-database.resource | ||
Resource ../../../core-ui/resources/generic-resources/data-formatting.resource |
2 changes: 2 additions & 0 deletions
2
...ular_test2/resources/robot-dashboard/resources/Generic_Resources/login_dashboard.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*** Settings *** | ||
Resource ../../../core-ui/resources/generic-resources/ui-login.resource |
14 changes: 14 additions & 0 deletions
14
...circular_test2/resources/robot-dashboard/resources/Generic_Resources/page_common.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
*** Settings *** | ||
Library SeleniumLibrary implicit_wait=1s | ||
Library String | ||
Library Collections | ||
Library ../../library/utility.py | ||
Resource ../../../core-ui/resources/generic-resources/page-common.resource | ||
Resource ../../../core-ui/resources/generic-resources/ui-common.resource | ||
Resource ../../../core-ui/resources/generic-resources/ui-browser.resource | ||
Resource ../../../core-ui/resources/generic-resources/ui-login.resource | ||
Resource ../../../core-ui/resources/generic-resources/ui-notif-handling.resource | ||
Resource ../../../core-ui/resources/generic-resources/ui-sf-menu.resource | ||
Resource ../../../core-ui/resources/generic-resources/ui-vis-change.resource | ||
Resource ../../../core-ui/resources/generic-resources/ui-vis-lists.resource | ||
Resource ../../../core-ui/resources/generic-resources/ui-vis-tables.resource |
5 changes: 5 additions & 0 deletions
5
...ar_test2/resources/robot-dashboard/resources/KPIIA_Resources/applying_drilldowns.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*** Settings *** | ||
Library DateTime | ||
Resource ../../resources/Generic_Resources/generic.resource | ||
Resource ../../resources/KPIIA_Resources/fetching_data.resource | ||
Resource ../../resources/KPIIA_Resources/page_kpiia.resource |
7 changes: 7 additions & 0 deletions
7
...circular_test2/resources/robot-dashboard/resources/KPIIA_Resources/fetching_data.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
*** Settings *** | ||
Library DateTime | ||
Resource ../../resources/Generic_Resources/generic.resource | ||
Resource ../../resources/Generic_Resources/fetch_metadata.resource | ||
Resource ../../resources/Generic_Resources/fetch_data.resource | ||
Resource ../../resources/KPIIA_Resources/page_kpiia.resource | ||
Resource ../../resources/KPIIA_Resources/marking_timecharts.resource |
4 changes: 4 additions & 0 deletions
4
...lar_test2/resources/robot-dashboard/resources/KPIIA_Resources/marking_timecharts.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*** Settings *** | ||
Resource ../../resources/Generic_Resources/generic.resource | ||
Resource ../../resources/KPIIA_Resources/page_kpiia.resource | ||
Resource ../../resources/KPIIA_Resources/fetching_data.resource |
3 changes: 3 additions & 0 deletions
3
...61/circular_test2/resources/robot-dashboard/resources/KPIIA_Resources/page_kpiia.resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*** Settings *** | ||
Resource ../../resources/Generic_Resources/generic.resource | ||
Resource ../../resources/Generic_Resources/page_common.resource |
Oops, something went wrong.