Home
last modified time | relevance | path

Searched refs:dnf_with_repo (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Ddnf.py64 def dnf_with_repo(self, command): member in DnfRepoTest
74 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 …]