radanalyticsio / oshinko-webui

Web console for a spark cluster management app
Apache License 2.0
28 stars 17 forks source link

each test run should create temporary Openshift project #116

Closed zroubalik closed 6 years ago

zroubalik commented 6 years ago

Right now tests run in the current Openshift project. So multiple test runs on the same Openshift instance will end up in the same project. We should generate a new project for each test run. We can use the same way it is done in s2i/cli e2e tests.

zroubalik commented 6 years ago

solved in #118