Re: [openstack-dev] tempest tests in Horizon GUI

2016-09-22 Thread Masayuki Igawa
Hi Ofer, As Andrea said, Tempest shouldn't leave any test resource after a Tempest run. And Horizon is not mandatory in a Tempest run. But if you want to verify it, you can do that through your openstack-client or Horizon dashboard just in case. And you can find your credentials in your

Re: [openstack-dev] tempest tests in Horizon GUI

2016-09-21 Thread Andrea Frittoli
Hi Ofer, Tempest tests try to cleanup after themselves, so in theory after a Tempest run you shouldn't see any test resource left around. If you run your tests using dynamic credentials, test accounts are created on the fly, and deleted after they're used. If you use preprovisioned credentials,

Re: [openstack-dev] tempest tests in Horizon GUI

2016-09-21 Thread Ken'ichi Ohmichi
Hi Ofer, The scenario test of Horizon has been removed from Tempest since https://review.openstack.org/#/c/313713/ And now the test[1] exists in openstack/tempest-horizon. The test is very simple like * checks that the login page is available * logs in as a regular user * checks that the user

[openstack-dev] tempest tests in Horizon GUI

2016-09-21 Thread Barber, Ofer
I have a basic question about tempest. When I run a tempest test/scenario-test, should I see the components (network, subnet, router etc.) in the horizon GUI ? If yes, for what username or what project those are created ? Thank you, Ofer