-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Dashboard Suites 0408, 0409, 0410 Tests and Keywords #2152
Conversation
Signed-off-by: manosnoam <nmanos@redhat.com>
- The new common keyword: `Delete All ResourceType In Namespace By Name` is used within JupyterLabLauncher KW: Clean All Standalone Notebooks. - Also improve KW `Begin Web Test` with option to skip Jupyter Login in UI Signed-off-by: manosnoam <nmanos@redhat.com>
Signed-off-by: manosnoam <nmanos@redhat.com>
Signed-off-by: manosnoam <nmanos@redhat.com>
Signed-off-by: manosnoam <nmanos@redhat.com>
Signed-off-by: manosnoam <nmanos@redhat.com>
Signed-off-by: manosnoam <nmanos@redhat.com>
@@ -24,18 +24,20 @@ | |||
... ODH dashboard, checking that the spawner is in a ready state before | |||
... handing control over to the test suites. | |||
[Arguments] ${username}=${TEST_USER.USERNAME} ${password}=${TEST_USER.PASSWORD} | |||
... ${auth_type}=${TEST_USER.AUTH_TYPE} | |||
... ${auth_type}=${TEST_USER.AUTH_TYPE} ${jupyter_login}=${TRUE} |
Check notice
Code scanning / Robocop
There is too many arguments per continuation line ({{ arguments_count }} / {{ max_arguments_count }}) Note test
${GENERIC_DELETE_BTN_XP}= xpath=//*[@role="dialog"]//button[@aria-label="Delete" or .="Delete" or starts-with(., "Delete")] | ||
${GENERIC_STOP_BTN_XP}= xpath=//*[@role="dialog"]//button[@aria-label="Stop" or .="Stop" or starts-with(., "Stop")] | ||
${GENERIC_CLOSE_BTN_XP}= xpath=//*[@role="dialog"]//button[@aria-label="Close" or .="Close" or starts-with(., "Close")] | ||
${GENERIC_DISABLE_BTN_XP}= xpath=//*[@role="dialog"]//button[@aria-label="Disable" or .="Disable" or starts-with(., "Disable")] |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
ods_ci/tests/Tests/0400__ods_dashboard/0408__ods_dashboard_settings_pod_tolerations.robot
Fixed
Show fixed
Hide fixed
...ts/Tests/0400__ods_dashboard/0410__ods_dashboard_projects/0410__ods_dashboard_projects.robot
Fixed
Show fixed
Hide fixed
...ts/Tests/0400__ods_dashboard/0410__ods_dashboard_projects/0410__ods_dashboard_projects.robot
Fixed
Show fixed
Hide fixed
...ts/Tests/0400__ods_dashboard/0410__ods_dashboard_projects/0410__ods_dashboard_projects.robot
Fixed
Show fixed
Hide fixed
Robot Results
|
Including fixes to numerous keywords within: - DataConnections.resource - Projects.resource - Storages.resource - Workbenches.resource Signed-off-by: manosnoam <nmanos@redhat.com>
Quality Gate passedIssues Measures |
@@ -18,7 +18,7 @@ | |||
${result} = Run Keyword And Return Status Should Start With ${title} Authorize service account | |||
RETURN ${result} | |||
|
|||
Authorize jupyterhub service account | |||
Authorize JupyterLab Service Account |
Check warning
Code scanning / Robocop
Missing documentation in '{{ name }}' keyword Warning test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not have Verified label, but I'm gonna assume that it has been tried
…a-services#2152) Fix Dashboard Test Suites 0408, 0409, 0410: - 0408__ods_dashboard_settings_pod_tolerations.robot - 0409__ods_dashboard_settings_accelerator_profiles.robot - 0410__ods_dashboard_projects/0410__ods_dashboard_projects.robot - 0410__ods_dashboard_projects/0410__ods_dashboard_projects_permissions_mgmt.robot Including fixes to numerous keywords within: - ODHDashboard.robot - ODHDashboardSettings.resource - DataConnections.resource - Permissions.resource - Projects.resource - Storages.resource - Workbenches.resource - ODHDashboardSettingsAcceleratorProfiles.resource - AcceleratorProfiles.resource - Common.robot - Menu.robot - JupyterLabLauncher.robot Signed-off-by: manosnoam <nmanos@redhat.com>
…a-services#2152) Fix Dashboard Test Suites 0408, 0409, 0410: - 0408__ods_dashboard_settings_pod_tolerations.robot - 0409__ods_dashboard_settings_accelerator_profiles.robot - 0410__ods_dashboard_projects/0410__ods_dashboard_projects.robot - 0410__ods_dashboard_projects/0410__ods_dashboard_projects_permissions_mgmt.robot Including fixes to numerous keywords within: - ODHDashboard.robot - ODHDashboardSettings.resource - DataConnections.resource - Permissions.resource - Projects.resource - Storages.resource - Workbenches.resource - ODHDashboardSettingsAcceleratorProfiles.resource - AcceleratorProfiles.resource - Common.robot - Menu.robot - JupyterLabLauncher.robot Signed-off-by: manosnoam <nmanos@redhat.com>
…a-services#2152) Fix Dashboard Test Suites 0408, 0409, 0410: - 0408__ods_dashboard_settings_pod_tolerations.robot - 0409__ods_dashboard_settings_accelerator_profiles.robot - 0410__ods_dashboard_projects/0410__ods_dashboard_projects.robot - 0410__ods_dashboard_projects/0410__ods_dashboard_projects_permissions_mgmt.robot Including fixes to numerous keywords within: - ODHDashboard.robot - ODHDashboardSettings.resource - DataConnections.resource - Permissions.resource - Projects.resource - Storages.resource - Workbenches.resource - ODHDashboardSettingsAcceleratorProfiles.resource - AcceleratorProfiles.resource - Common.robot - Menu.robot - JupyterLabLauncher.robot Signed-off-by: manosnoam <nmanos@redhat.com>
…a-services#2152) Fix Dashboard Test Suites 0408, 0409, 0410: - 0408__ods_dashboard_settings_pod_tolerations.robot - 0409__ods_dashboard_settings_accelerator_profiles.robot - 0410__ods_dashboard_projects/0410__ods_dashboard_projects.robot - 0410__ods_dashboard_projects/0410__ods_dashboard_projects_permissions_mgmt.robot Including fixes to numerous keywords within: - ODHDashboard.robot - ODHDashboardSettings.resource - DataConnections.resource - Permissions.resource - Projects.resource - Storages.resource - Workbenches.resource - ODHDashboardSettingsAcceleratorProfiles.resource - AcceleratorProfiles.resource - Common.robot - Menu.robot - JupyterLabLauncher.robot Signed-off-by: manosnoam <nmanos@redhat.com>
Fix Dashboard Test Suites 0408, 0409, 0410:
Including fixes to numerous keywords within: