Skip to content

Commit

Permalink
Change structure of test suites
Browse files Browse the repository at this point in the history
Signed-off-by: Mariia Azbeleva <[email protected]>
  • Loading branch information
azbeleva committed Nov 28, 2023
1 parent febb462 commit 59ae0e3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfiles/hw_test_set
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ batJob = ''
resultsDirectory = ''
configPath = ''
zipImagePath = ''
bootSuite = 'boot_test.robot'
performanceSuite = 'performance/'
batSuite = './'
bootSuite = 'boot-test/'
performanceSuite = 'performance-tests/'
batSuite = 'bat-tests/'
deviceName = ''
usbHubSerial = ''
usbDrive = 'PSSD'
Expand Down
1 change: 1 addition & 0 deletions Robot-Framework/test-suites/bat-tests/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Suite Teardown Common Teardown
*** Keywords ***

Common Setup
Set Variables ${DEVICE}
Connect
Log versions
Run journalctl recording
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

*** Settings ***
Documentation To be executed for all tests
Resource ../resources/ssh_keywords.resource
Resource ../config/variables.robot
Resource ../../resources/ssh_keywords.resource
Resource ../../config/variables.robot
Suite Setup Common Setup
Suite Teardown Common Teardown

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*** Settings ***
Documentation Testing target device booting up.
Force Tags ssh_boot_test
Library ../lib/PlugLibrary/PlugLibrary.py ${PLUG_TYPE}
Resource ../resources/serial_keywords.resource
Resource ../resources/ssh_keywords.resource
Resource ../config/variables.robot
Library ../../lib/PlugLibrary/PlugLibrary.py ${PLUG_TYPE}
Resource ../../resources/serial_keywords.resource
Resource ../../resources/ssh_keywords.resource
Resource ../../config/variables.robot


*** Variables ***
Expand Down

0 comments on commit 59ae0e3

Please sign in to comment.