-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
1
-
False
-
None
-
False
-
No
-
-
-
RHOAM Sprint 52
WHY
The A33 test fails (false positive) if other addon (RHODS) is installed on cluster
WHAT
Improve A33 test not to fail in case other addons are installed on cluster along with RHOAM. Currently if RHODS addon is also installed the test fails with:
```
test failed with error: expected 3 console links but got 4
```
HOW
Currently the test relies on exact ordering of the console links:
https://github.com/integr8ly/integreatly-operator/blob/master/test/common/console_links.go#L38-L52
assertConsoleLinksAction function needs to be updated so that it deals with additional links being present due to other addon installs:
https://github.com/integr8ly/integreatly-operator/blob/master/test/common/console_links.go#L99
TESTS
N/A
DONE
- A33 pass if all is OK on RHOAM side regardless what other addons are installed on cluster