diff --git a/runperf/utils/pbench.py b/runperf/utils/pbench.py index e875fb1..d8c7d7f 100644 --- a/runperf/utils/pbench.py +++ b/runperf/utils/pbench.py @@ -32,7 +32,7 @@ def __init__(self, session, extra=None, test=None): self.extra = collections.defaultdict(lambda: '', extra) self.test = test if 'pbench_copr_repos' not in extra: - self.extra['pbench_copr_repos'] = 'ndokos/pbench' + self.extra['pbench_copr_repos'] = 'ndokos/pbench;ndokos/pbench-0.73' def install(self): """ diff --git a/selftests/utils/test_utils.py b/selftests/utils/test_utils.py index 7ca6c80..b10918d 100644 --- a/selftests/utils/test_utils.py +++ b/selftests/utils/test_utils.py @@ -339,7 +339,7 @@ def test_install_fedora(self): count += 1 self.assertIn("copr enable ndokos/pbench", call, "Enabling " f"copr that is not ndokos/pbench\n{calls}") - self.assertEqual(count, 1, f"Multiple copr enable calls\n{calls}") + self.assertEqual(count, 2, f"Multiple copr enable calls\n{calls}") def test_install_fedora_coprs(self): """Pretend to be Fedora and verify custom coprs"""