File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ class resource_variables:
10
10
r"""
11
11
Base class for GUI resource related XPATH variables.
12
12
"""
13
+
13
14
xpath_textbox_hostname = "//input[@id='host']"
14
15
xpath_textbox_username = "//input[@id='username']"
15
16
xpath_textbox_password = "//input[@id='password']"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Library utilities.py
9
9
*** Variables ***
10
10
${functional_cpu_count } ${0 }
11
11
${active_occ_count } ${0 }
12
- ${OCC_WAIT_TIMEOUT } 4 min
12
+ ${OCC_WAIT_TIMEOUT } 8 min
13
13
${fan_json_msg } Unable to create dump on non-JSON config based system
14
14
15
15
*** Keywords ***
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class ExtendInvalidTable(SuiteRule):
17
17
table section if it is a section of comments.
18
18
e.g "*** Comments ***"
19
19
"""
20
+
20
21
severity = ERROR
21
22
22
23
def apply (self , suite ):
You can’t perform that action at this time.
0 commit comments