Tomas Strych

Results 3 comments of Tomas Strych

@mshriver, can I ask what is expected here ? based on labels I guess new test. but this was verified with 6.3. If this problem was solved long time ago,...

mentioned repo_setup ``` @pytest.fixture(scope="function") def repo_setup(rhel_version): repository_set = repository = product = None if rhel_version == 'rhel6': product = PRDS['rhel6'] repository_set = REPOSET['rhst6'] repository = REPOS['rhst6']['name'] elif rhel_version == 'rhel7':...

@rplevka @mirekdlugosz I just added a comment in: https://github.com/SatelliteQE/airgun/pull/479#issuecomment-716726401 @rplevka can you please confirm, that this problem occurs also in 6.8 ? If so, then `sleep(1)` helps in test_host. And...