Skip to content

Commit

Permalink
Fix unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
lbolla committed Nov 2, 2021
1 parent 8015844 commit 15c10ff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion system/t04_mirror/CreateMirror29Test_gold
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch-backports/InRelease...
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch-backports/InRelease
openpgp: RSA key ID 648ACFD622F3D138
openpgp: Good signature from "Debian Archive Automatic Signing Key (10/buster) <[email protected]>"
openpgp: RSA key ID 0E98404D386FA1D9
openpgp: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <[email protected]>"
Success downloading http://cdn-fastly.deb.debian.org/debian/dists/stretch-backports/InRelease

Mirror [mirror9]: http://cdn-fastly.deb.debian.org/debian/ stretch-backports successfully added.
You can run 'aptly mirror update mirror9' to download repository contents.
4 changes: 2 additions & 2 deletions system/t04_mirror/ShowMirror8Test_gold
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"Architectures": "amd64 arm64 armel armhf i386",
"Codename": "stretch",
"Components": "updates/main updates/contrib updates/non-free",
"Date": "Tue, 21 Sep 2021 13:02:10 UTC",
"Date": "Tue, 02 Nov 2021 02:21:49 UTC",
"Description": " Debian 9 Security Updates\n",
"Label": "Debian-Security",
"Origin": "Debian",
"Suite": "oldoldstable",
"Valid-Until": "Fri, 01 Oct 2021 13:02:10 UTC",
"Valid-Until": "Fri, 12 Nov 2021 02:21:49 UTC",
"Version": "9"
},
"LastDownloadDate": "0001-01-01T00:00:00Z",
Expand Down
2 changes: 1 addition & 1 deletion system/t04_mirror/UpdateMirror22Test_gold
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/InRelease...
Success downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/InRelease
openpgp: RSA key ID DDCAE044F796ECB0
openpgp: Good signature from "NVIDIA CORPORATION (Open Source Projects) <[email protected]>"
Success downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/InRelease
Downloading & parsing package files...
Downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/Packages.xz...
Success downloading https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/Packages.xz
Expand Down
8 changes: 8 additions & 0 deletions system/t12_api/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def check(self):
'Origin': '',
'NotAutomatic': '',
'ButAutomaticUpgrades': '',
'Path': prefix + '/' + 'wheezy',
'Prefix': prefix,
'SkipContents': False,
'SourceKind': 'local',
Expand Down Expand Up @@ -167,6 +168,7 @@ def check(self):
'Origin': 'earth',
'NotAutomatic': 'yes',
'ButAutomaticUpgrades': 'yes',
'Path': prefix + '/' + 'squeeze',
'Prefix': prefix,
'SkipContents': False,
'SourceKind': 'snapshot',
Expand Down Expand Up @@ -251,6 +253,7 @@ def check(self):
'Origin': '',
'NotAutomatic': '',
'ButAutomaticUpgrades': '',
'Path': prefix + '/' + 'wheezy',
'Prefix': prefix,
'SkipContents': False,
'SourceKind': 'local',
Expand Down Expand Up @@ -344,6 +347,7 @@ def check(self):
'Origin': '',
'NotAutomatic': '',
'ButAutomaticUpgrades': '',
'Path': prefix + '/' + 'wheezy',
'Prefix': prefix,
'SkipContents': False,
'SourceKind': 'local',
Expand Down Expand Up @@ -406,6 +410,7 @@ def check(self):
'NotAutomatic': '',
'ButAutomaticUpgrades': '',
'Origin': '',
'Path': prefix + '/' + 'wheezy',
'Prefix': prefix,
'SkipContents': False,
'SourceKind': 'snapshot',
Expand Down Expand Up @@ -508,6 +513,7 @@ def check(self):
'NotAutomatic': '',
'ButAutomaticUpgrades': '',
'Origin': '',
'Path': prefix + '/' + 'wheezy',
'Prefix': prefix,
'SkipContents': False,
'SourceKind': 'snapshot',
Expand Down Expand Up @@ -543,6 +549,7 @@ def check(self):
'NotAutomatic': '',
'ButAutomaticUpgrades': '',
'Origin': '',
'Path': prefix + '/' + 'otherdist',
'Prefix': prefix,
'SkipContents': False,
'SourceKind': 'snapshot',
Expand Down Expand Up @@ -580,6 +587,7 @@ def check(self):
'Origin': '',
'NotAutomatic': '',
'ButAutomaticUpgrades': '',
'Path': prefix + '/' + 'wheezy',
'Prefix': prefix,
'SkipContents': True,
'SourceKind': 'snapshot',
Expand Down

0 comments on commit 15c10ff

Please sign in to comment.