diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/dnf.py')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/dnf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/dnf.py b/meta/lib/oeqa/runtime/cases/dnf.py index de3759995e..f40c63026e 100644 --- a/meta/lib/oeqa/runtime/cases/dnf.py +++ b/meta/lib/oeqa/runtime/cases/dnf.py | |||
@@ -53,7 +53,8 @@ class DnfRepoTest(DnfTest): | |||
53 | @classmethod | 53 | @classmethod |
54 | def setUpClass(cls): | 54 | def setUpClass(cls): |
55 | cls.repo_server = HTTPService(os.path.join(cls.tc.td['WORKDIR'], 'oe-testimage-repo'), | 55 | cls.repo_server = HTTPService(os.path.join(cls.tc.td['WORKDIR'], 'oe-testimage-repo'), |
56 | cls.tc.target.server_ip, logger=cls.tc.logger) | 56 | '0.0.0.0', port=cls.tc.target.server_port, |
57 | logger=cls.tc.logger) | ||
57 | cls.repo_server.start() | 58 | cls.repo_server.start() |
58 | 59 | ||
59 | @classmethod | 60 | @classmethod |