diff --git a/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource b/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource index ce850c5fd..6ba0152b7 100644 --- a/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource +++ b/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource @@ -63,10 +63,6 @@ Create PipelineServer Using Custom DSPA ... ${assert_install}=${TRUE} ${configure_pip_index}=${TRUE} Run And Verify Command oc apply -f "${DSPA_PATH}/${dspa_file}" -n ${namespace} - IF ${assert_install}==True - ${generation_value}= Run And Verify Command oc get datasciencepipelinesapplications -n ${namespace} -o json | jq '.items[0].metadata.generation' # robocop: off=line-too-long - Should Be True ${generation_value} == 2 DataSciencePipelinesApplication created - END IF ${configure_pip_index} Create Pipelines ConfigMap With Custom Pip Index Url And Trusted Host ${namespace} diff --git a/ods_ci/tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot b/ods_ci/tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot index b476b94db..16ab0a129 100644 --- a/ods_ci/tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot +++ b/ods_ci/tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot @@ -241,7 +241,7 @@ Verify That DSC And DSCI Release.Version Attribute matches the value in the subs Data Science Pipelines Post Upgrade Verifications [Documentation] Verifies the status of the resources created in project dsp-test-upgrade after the upgradea - [Tags] Upgrade DataSciencePipelines-Backend + [Tags] Upgrade DataSciencePipelines-Backend DataSciencePipelinesUpgradeTesting.Verify Resources After Upgrade