File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ *** Settings ***
2+ Library Collections
3+ Library Dialogs
4+ Library OperatingSystem
5+ Library Process
6+ Library String
7+ Library Telnet timeout=30 seconds connection_timeout=120 seconds
8+ Library SSHLibrary timeout=90 seconds
9+ Library RequestsLibrary
10+ # Library ../osfv-scripts/osfv_cli/src/osfv/rf/rte_robot.py
11+ # TODO: maybe have a single file to include if we need to include the same
12+ # stuff in all test cases
13+ Resource ../variables.robot
14+ Resource ../keywords.robot
15+ Resource ../keys.robot
16+ Resource ../keys-and-keywords/ubuntu-keywords.robot
17+
18+ # TODO:
19+ # - document which setup/teardown keywords to use and what are they doing
20+ # - go threough them and make sure they are doing what the name suggest (not
21+ # exactly the case right now)
22+ Suite Setup Run Keyword
23+ ... Prepare Test Suite
24+ Suite Teardown Run Keyword
25+ ... Log Out And Close Connection
26+
27+
28+ *** Test Cases ***
29+ OSS001.201 Boot to OS (Ubuntu)
30+ [Documentation] This test verifies if platform with non-Dasharo firmware
31+ ... can be booted to Ubuntu and if correct credentials are set.
32+ Power On
33+ Execute Manual Step Boot to Ubuntu
34+ Login To Linux
35+ Switch To Root User
36+
37+ OSS001.301 Boot to OS (Windows 11)
38+ [Documentation] This test verifies if platform with non-Dasharo firmware
39+ ... can be booted to Windows, if SSH server is enabled and if correct
40+ ... credentials are set.
41+ Power On
42+ Execute Manual Step Boot to Windows
43+ Login To Windows Via SSH
You can’t perform that action at this time.
0 commit comments