Skip to content

Commit

Permalink
mv monitoring suites in platform folder and fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Jul 30, 2024
1 parent d3483b2 commit c0097a2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*** Settings ***
Documentation Test suite testing ODS Metrics
Resource ../../../Resources/RHOSi.resource
Resource ../../../Resources/ODS.robot
Resource ../../../Resources/Common.robot
Resource ../../../../Resources/RHOSi.resource
Resource ../../../../Resources/ODS.robot
Resource ../../../../Resources/Common.robot
Library DateTime
Suite Setup RHOSi Setup
Suite Teardown RHOSi Teardown
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
*** Settings ***
Documentation Test suite testing ODS Metrics related to billing
Resource ../../../Resources/RHOSi.resource
Resource ../../../Resources/ODS.robot
Resource ../../../Resources/Common.robot
Resource ../../../Resources/Page/OCPDashboard/OCPDashboard.resource
Resource ../../../Resources/Page/OCPDashboard/Monitoring/Metrics.robot
Resource ../../../Resources/Page/ODH/JupyterHub/JupyterLabLauncher.robot
Resource ../../../Resources/Page/ODH/JupyterHub/JupyterHubSpawner.robot
Resource ../../../Resources/Page/OCPLogin/OCPLogin.resource
Resource ../../../Resources/OCP.resource
Resource ../../../../Resources/RHOSi.resource
Resource ../../../../Resources/ODS.robot
Resource ../../../../Resources/Common.robot
Resource ../../../../Resources/Page/OCPDashboard/OCPDashboard.resource
Resource ../../../../Resources/Page/OCPDashboard/Monitoring/Metrics.robot
Resource ../../../../Resources/Page/ODH/JupyterHub/JupyterLabLauncher.robot
Resource ../../../../Resources/Page/ODH/JupyterHub/JupyterHubSpawner.robot
Resource ../../../../Resources/Page/OCPLogin/OCPLogin.resource
Resource ../../../../Resources/OCP.resource
Library JupyterLibrary
Library SeleniumLibrary

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Library OperatingSystem
Library String
Library OpenShiftLibrary

Resource ../../../Resources/RHOSi.resource
Resource ../../../Resources/Common.robot
Resource ../../../../Resources/RHOSi.resource
Resource ../../../../Resources/Common.robot

Suite Setup RHOSi Setup
Suite Teardown RHOSi Teardown
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
*** Settings ***
Documentation RHODS monitoring alerts test suite
Resource ../../../Resources/RHOSi.resource
Resource ../../../Resources/ODS.robot
Resource ../../../Resources/Common.robot
Resource ../../../Resources/Page/OCPDashboard/Builds/Builds.robot
Resource ../../../Resources/Page/ODH/JupyterHub/HighAvailability.robot
Resource ../../../../Resources/RHOSi.resource
Resource ../../../../Resources/ODS.robot
Resource ../../../../Resources/Common.robot
Resource ../../../../Resources/Page/OCPDashboard/Builds/Builds.robot
Resource ../../../../Resources/Page/ODH/JupyterHub/HighAvailability.robot
Library OperatingSystem
Library SeleniumLibrary
Library JupyterLibrary
Expand Down

0 comments on commit c0097a2

Please sign in to comment.