You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit updates all of OLM e2e test suites to generate a namespace
rather than using a hard coded test namespace passed into the test as a
parameter. The motivation for this change include:
1. Decreasing the opportunity for tests to influence each other. Tests
are not guaranteed to cleanup after themselves and may influence the
results of other tests.
2. Some distributions of OLM run alongside other controllers which may
revert changes to resources in predetermined namespaces.
Signed-off-by: Alexander Greene <[email protected]>
0 commit comments