kubevirt / web-ui

OpenShift Cluster Console UI
https://www.openshift.org
Apache License 2.0
26 stars 11 forks source link

[OKD-Core] Check namespace before deleting it #355

Closed ukalifon closed 5 years ago

ukalifon commented 5 years ago

We check if the namespace (project) exists before the infrastructure tries to delete it. This is important because some tests (like the metalkube tests) don't create a namespace and don't include base.scenario.ts in the beginning of the suite - so the infrastructure shouldn't fail in the end when it tries to delete it.

mareklibra commented 5 years ago

@ukalifon , just to be sure: is master the only target branch for your testing? There's already stable web-ui-v2.0.0 for GA as well. Not sure, just to let you know ...