abalakh / airgun

Airgun moved to https://github.com/SatelliteQE/airgun
https://github.com/SatelliteQE/airgun
1 stars 2 forks source link

temporary user created for each test should be cleaned on tierdown #20

Open jhutar opened 6 years ago

jhutar commented 6 years ago
Every test creates its own user - should that one be deleted on tier down? Correct. Totally forgot about that.
abalakh commented 6 years ago

Small correction - not every test, but every test module. Robottelo's delete_session_user for the reference: https://github.com/SatelliteQE/robottelo/blob/master/robottelo/test.py#L380

Btw issue has nothing to do with airgun itself, as session user gets created and used in robottelo/tests/airgun_poc/conftest.py , but yeah, let's probably track it here for now (as we don't have separate issue tracker for airgun_poc robottelo branch.