Searched refs:dnf_with_repo (Results 1 – 1 of 1) sorted by relevance
64 def dnf_with_repo(self, command): member in DnfRepoTest74 self.dnf_with_repo('makecache')84 self.dnf_with_repo('repoinfo')88 output = self.dnf_with_repo('list run-postinsts-dev')90 self.dnf_with_repo('remove -y run-postinsts-dev')91 self.dnf_with_repo('install -y run-postinsts-dev')95 self.dnf_with_repo('remove -y run-postinsts')96 self.dnf_with_repo('install -y run-postinsts-dev')100 self.dnf_with_repo('remove -y run-postinsts-dev')101 self.dnf_with_repo('install -y --downloadonly run-postinsts-dev')[all …]