mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
Temporary disable test as linux.dell.com is NXDOMAIN
This commit is contained in:
@@ -337,15 +337,16 @@ class CreateMirror26Test(BaseTest):
|
|||||||
expectedCode = 1
|
expectedCode = 1
|
||||||
|
|
||||||
|
|
||||||
class CreateMirror27Test(BaseTest):
|
# TODO: disabled as linux.dell.com doesn't resolve
|
||||||
"""
|
# class CreateMirror27Test(BaseTest):
|
||||||
create mirror: component with slashes, no stripping
|
# """
|
||||||
"""
|
# create mirror: component with slashes, no stripping
|
||||||
runCmd = "aptly mirror create --ignore-signatures mirror27 http://linux.dell.com/repo/community/ubuntu wheezy openmanage/740"
|
# """
|
||||||
|
# runCmd = "aptly mirror create --ignore-signatures mirror27 http://linux.dell.com/repo/community/ubuntu wheezy openmanage/740"
|
||||||
|
|
||||||
def check(self):
|
# def check(self):
|
||||||
self.check_output()
|
# self.check_output()
|
||||||
self.check_cmd_output("aptly mirror show mirror27", "mirror_show")
|
# self.check_cmd_output("aptly mirror show mirror27", "mirror_show")
|
||||||
|
|
||||||
|
|
||||||
class CreateMirror28Test(BaseTest):
|
class CreateMirror28Test(BaseTest):
|
||||||
|
|||||||
Reference in New Issue
Block a user