Uncomment and fix publish updat tests.

This commit is contained in:
Andrey Smirnov
2014-08-05 15:58:47 +04:00
parent d558791070
commit 5b8390c644
7 changed files with 219 additions and 219 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
Loading packages... Loading packages...
Generating metadata files and linking package files... Generating metadata files and linking package files...
Signing file '${HOME}/.aptly/public/dists/maverick/Release.tmp' with gpg, please enter your passphrase when prompted: Signing file 'Release' with gpg, please enter your passphrase when prompted:
Clearsigning file '${HOME}/.aptly/public/dists/maverick/Release.tmp' with gpg, please enter your passphrase when prompted: Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:
Cleaning up prefix "." components main... Cleaning up prefix "." components main...
Publish for local repo ./maverick [i386, source] publishes {main: [local-repo]} has been successfully updated. Publish for local repo ./maverick [i386, source] publishes {main: [local-repo]} has been successfully updated.
+2 -2
View File
@@ -1,7 +1,7 @@
Loading packages... Loading packages...
Generating metadata files and linking package files... Generating metadata files and linking package files...
Signing file '${HOME}/.aptly/public/dists/maverick/Release.tmp' with gpg, please enter your passphrase when prompted: Signing file 'Release' with gpg, please enter your passphrase when prompted:
Clearsigning file '${HOME}/.aptly/public/dists/maverick/Release.tmp' with gpg, please enter your passphrase when prompted: Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:
Cleaning up prefix "." components main... Cleaning up prefix "." components main...
Publish for local repo ./maverick [i386, source] publishes {main: [local-repo]} has been successfully updated. Publish for local repo ./maverick [i386, source] publishes {main: [local-repo]} has been successfully updated.
+2 -2
View File
@@ -1,7 +1,7 @@
Loading packages... Loading packages...
Generating metadata files and linking package files... Generating metadata files and linking package files...
Signing file '${HOME}/.aptly/public/dists/maverick/Release.tmp' with gpg, please enter your passphrase when prompted: Signing file 'Release' with gpg, please enter your passphrase when prompted:
Clearsigning file '${HOME}/.aptly/public/dists/maverick/Release.tmp' with gpg, please enter your passphrase when prompted: Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:
Cleaning up prefix "." components main... Cleaning up prefix "." components main...
Publish for local repo ./maverick [i386, source] publishes {main: [local-repo]} has been successfully updated. Publish for local repo ./maverick [i386, source] publishes {main: [local-repo]} has been successfully updated.
+2 -2
View File
@@ -1,7 +1,7 @@
Loading packages... Loading packages...
Generating metadata files and linking package files... Generating metadata files and linking package files...
Signing file '${HOME}/.aptly/public/dists/maverick/Release.tmp' with gpg, please enter your passphrase when prompted: Signing file 'Release' with gpg, please enter your passphrase when prompted:
Clearsigning file '${HOME}/.aptly/public/dists/maverick/Release.tmp' with gpg, please enter your passphrase when prompted: Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:
Cleaning up prefix "." components main... Cleaning up prefix "." components main...
Publish for local repo ./maverick [source] publishes {main: [local-repo]} has been successfully updated. Publish for local repo ./maverick [source] publishes {main: [local-repo]} has been successfully updated.
+1 -1
View File
@@ -1 +1 @@
ERROR: unable to update: published repo with prefix/distribution ppa/maverick not found ERROR: unable to update: published repo with storage:prefix/distribution ppa/maverick not found
+2 -2
View File
@@ -1,7 +1,7 @@
Loading packages... Loading packages...
Generating metadata files and linking package files... Generating metadata files and linking package files...
Signing file '${HOME}/.aptly/public/dists/maverick/Release.tmp' with gpg, please enter your passphrase when prompted: Signing file 'Release' with gpg, please enter your passphrase when prompted:
Clearsigning file '${HOME}/.aptly/public/dists/maverick/Release.tmp' with gpg, please enter your passphrase when prompted: Clearsigning file 'Release' with gpg, please enter your passphrase when prompted:
Cleaning up prefix "." components contrib, main... Cleaning up prefix "." components contrib, main...
Publish for local repo ./maverick [i386, source] publishes {contrib: [repo2]}, {main: [repo1]} has been successfully updated. Publish for local repo ./maverick [i386, source] publishes {contrib: [repo2]}, {main: [repo1]} has been successfully updated.
+208 -208
View File
@@ -8,258 +8,258 @@ def strip_processor(output):
return "\n".join([l for l in output.split("\n") if not l.startswith(' ') and not l.startswith('Date:')]) return "\n".join([l for l in output.split("\n") if not l.startswith(' ') and not l.startswith('Date:')])
# class PublishUpdate1Test(BaseTest): class PublishUpdate1Test(BaseTest):
# """ """
# publish update: removed some packages publish update: removed some packages
# """ """
# fixtureCmds = [ fixtureCmds = [
# "aptly repo create local-repo", "aptly repo create local-repo",
# "aptly repo add local-repo ${files}/", "aptly repo add local-repo ${files}/",
# "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick local-repo", "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick local-repo",
# "aptly repo remove local-repo pyspi" "aptly repo remove local-repo pyspi"
# ] ]
# runCmd = "aptly publish update -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec maverick" runCmd = "aptly publish update -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec maverick"
# gold_processor = BaseTest.expand_environ gold_processor = BaseTest.expand_environ
# def check(self): def check(self):
# super(PublishUpdate1Test, self).check() super(PublishUpdate1Test, self).check()
# self.check_exists('public/dists/maverick/InRelease') self.check_exists('public/dists/maverick/InRelease')
# self.check_exists('public/dists/maverick/Release') self.check_exists('public/dists/maverick/Release')
# self.check_exists('public/dists/maverick/Release.gpg') self.check_exists('public/dists/maverick/Release.gpg')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages') self.check_exists('public/dists/maverick/main/binary-i386/Packages')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages.gz') self.check_exists('public/dists/maverick/main/binary-i386/Packages.gz')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages.bz2') self.check_exists('public/dists/maverick/main/binary-i386/Packages.bz2')
# self.check_exists('public/dists/maverick/main/source/Sources') self.check_exists('public/dists/maverick/main/source/Sources')
# self.check_exists('public/dists/maverick/main/source/Sources.gz') self.check_exists('public/dists/maverick/main/source/Sources.gz')
# self.check_exists('public/dists/maverick/main/source/Sources.bz2') self.check_exists('public/dists/maverick/main/source/Sources.bz2')
# self.check_not_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.dsc') self.check_not_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.dsc')
# self.check_not_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.diff.gz') self.check_not_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.diff.gz')
# self.check_not_exists('public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz') self.check_not_exists('public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz')
# self.check_not_exists('public/pool/main/p/pyspi/pyspi-0.6.1-1.3.stripped.dsc') self.check_not_exists('public/pool/main/p/pyspi/pyspi-0.6.1-1.3.stripped.dsc')
# self.check_exists('public/pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb') self.check_exists('public/pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb')
# # verify contents except of sums # verify contents except of sums
# self.check_file_contents('public/dists/maverick/Release', 'release', match_prepare=strip_processor) self.check_file_contents('public/dists/maverick/Release', 'release', match_prepare=strip_processor)
# self.check_file_contents('public/dists/maverick/main/source/Sources', 'sources', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) self.check_file_contents('public/dists/maverick/main/source/Sources', 'sources', match_prepare=lambda s: "\n".join(sorted(s.split("\n"))))
# self.check_file_contents('public/dists/maverick/main/binary-i386/Packages', 'binary', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) self.check_file_contents('public/dists/maverick/main/binary-i386/Packages', 'binary', match_prepare=lambda s: "\n".join(sorted(s.split("\n"))))
# # verify signatures # verify signatures
# self.run_cmd(["gpg", "--no-auto-check-trustdb", "--keyring", os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "files", "aptly.pub"), self.run_cmd(["gpg", "--no-auto-check-trustdb", "--keyring", os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "files", "aptly.pub"),
# "--verify", os.path.join(os.environ["HOME"], ".aptly", 'public/dists/maverick/InRelease')]) "--verify", os.path.join(os.environ["HOME"], ".aptly", 'public/dists/maverick/InRelease')])
# self.run_cmd(["gpg", "--no-auto-check-trustdb", "--keyring", os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "files", "aptly.pub"), self.run_cmd(["gpg", "--no-auto-check-trustdb", "--keyring", os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "files", "aptly.pub"),
# "--verify", os.path.join(os.environ["HOME"], ".aptly", 'public/dists/maverick/Release.gpg'), "--verify", os.path.join(os.environ["HOME"], ".aptly", 'public/dists/maverick/Release.gpg'),
# os.path.join(os.environ["HOME"], ".aptly", 'public/dists/maverick/Release')]) os.path.join(os.environ["HOME"], ".aptly", 'public/dists/maverick/Release')])
# # verify sums # verify sums
# release = self.read_file('public/dists/maverick/Release').split("\n") release = self.read_file('public/dists/maverick/Release').split("\n")
# release = [l for l in release if l.startswith(" ")] release = [l for l in release if l.startswith(" ")]
# pathsSeen = set() pathsSeen = set()
# for l in release: for l in release:
# fileHash, fileSize, path = l.split() fileHash, fileSize, path = l.split()
# pathsSeen.add(path) pathsSeen.add(path)
# fileSize = int(fileSize) fileSize = int(fileSize)
# st = os.stat(os.path.join(os.environ["HOME"], ".aptly", 'public/dists/maverick/', path)) st = os.stat(os.path.join(os.environ["HOME"], ".aptly", 'public/dists/maverick/', path))
# if fileSize != st.st_size: if fileSize != st.st_size:
# raise Exception("file size doesn't match for %s: %d != %d" % (path, fileSize, st.st_size)) raise Exception("file size doesn't match for %s: %d != %d" % (path, fileSize, st.st_size))
# if len(fileHash) == 32: if len(fileHash) == 32:
# h = hashlib.md5() h = hashlib.md5()
# elif len(fileHash) == 40: elif len(fileHash) == 40:
# h = hashlib.sha1() h = hashlib.sha1()
# else: else:
# h = hashlib.sha256() h = hashlib.sha256()
# h.update(self.read_file(os.path.join('public/dists/maverick', path))) h.update(self.read_file(os.path.join('public/dists/maverick', path)))
# if h.hexdigest() != fileHash: if h.hexdigest() != fileHash:
# raise Exception("file hash doesn't match for %s: %s != %s" % (path, fileHash, h.hexdigest())) raise Exception("file hash doesn't match for %s: %s != %s" % (path, fileHash, h.hexdigest()))
# if pathsSeen != set(['main/binary-i386/Packages', 'main/binary-i386/Packages.bz2', 'main/binary-i386/Packages.gz', if pathsSeen != set(['main/binary-i386/Packages', 'main/binary-i386/Packages.bz2', 'main/binary-i386/Packages.gz',
# 'main/source/Sources', 'main/source/Sources.gz', 'main/source/Sources.bz2', 'main/source/Sources', 'main/source/Sources.gz', 'main/source/Sources.bz2',
# 'main/binary-i386/Release', 'main/source/Release']): 'main/binary-i386/Release', 'main/source/Release']):
# raise Exception("path seen wrong: %r" % (pathsSeen, )) raise Exception("path seen wrong: %r" % (pathsSeen, ))
# class PublishUpdate2Test(BaseTest): class PublishUpdate2Test(BaseTest):
# """ """
# publish update: added some packages publish update: added some packages
# """ """
# fixtureCmds = [ fixtureCmds = [
# "aptly repo create local-repo", "aptly repo create local-repo",
# "aptly repo add local-repo ${files}/libboost-program-options-dev_1.49.0.1_i386.deb ${files}/pyspi_0.6.1-1.3.dsc", "aptly repo add local-repo ${files}/libboost-program-options-dev_1.49.0.1_i386.deb ${files}/pyspi_0.6.1-1.3.dsc",
# "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick local-repo", "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick local-repo",
# "aptly repo add local-repo ${files}/pyspi-0.6.1-1.3.stripped.dsc" "aptly repo add local-repo ${files}/pyspi-0.6.1-1.3.stripped.dsc"
# ] ]
# runCmd = "aptly publish update -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec maverick" runCmd = "aptly publish update -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec maverick"
# gold_processor = BaseTest.expand_environ gold_processor = BaseTest.expand_environ
# def check(self): def check(self):
# super(PublishUpdate2Test, self).check() super(PublishUpdate2Test, self).check()
# self.check_exists('public/dists/maverick/InRelease') self.check_exists('public/dists/maverick/InRelease')
# self.check_exists('public/dists/maverick/Release') self.check_exists('public/dists/maverick/Release')
# self.check_exists('public/dists/maverick/Release.gpg') self.check_exists('public/dists/maverick/Release.gpg')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages') self.check_exists('public/dists/maverick/main/binary-i386/Packages')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages.gz') self.check_exists('public/dists/maverick/main/binary-i386/Packages.gz')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages.bz2') self.check_exists('public/dists/maverick/main/binary-i386/Packages.bz2')
# self.check_exists('public/dists/maverick/main/source/Sources') self.check_exists('public/dists/maverick/main/source/Sources')
# self.check_exists('public/dists/maverick/main/source/Sources.gz') self.check_exists('public/dists/maverick/main/source/Sources.gz')
# self.check_exists('public/dists/maverick/main/source/Sources.bz2') self.check_exists('public/dists/maverick/main/source/Sources.bz2')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.dsc') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.dsc')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.diff.gz') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.diff.gz')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz')
# self.check_exists('public/pool/main/p/pyspi/pyspi-0.6.1-1.3.stripped.dsc') self.check_exists('public/pool/main/p/pyspi/pyspi-0.6.1-1.3.stripped.dsc')
# self.check_exists('public/pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb') self.check_exists('public/pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb')
# # verify contents except of sums # verify contents except of sums
# self.check_file_contents('public/dists/maverick/main/source/Sources', 'sources', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) self.check_file_contents('public/dists/maverick/main/source/Sources', 'sources', match_prepare=lambda s: "\n".join(sorted(s.split("\n"))))
# self.check_file_contents('public/dists/maverick/main/binary-i386/Packages', 'binary', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) self.check_file_contents('public/dists/maverick/main/binary-i386/Packages', 'binary', match_prepare=lambda s: "\n".join(sorted(s.split("\n"))))
# class PublishUpdate3Test(BaseTest): class PublishUpdate3Test(BaseTest):
# """ """
# publish update: removed some packages, files occupied by another package publish update: removed some packages, files occupied by another package
# """ """
# fixtureCmds = [ fixtureCmds = [
# "aptly repo create local-repo", "aptly repo create local-repo",
# "aptly repo add local-repo ${files}/", "aptly repo add local-repo ${files}/",
# "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick local-repo", "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick local-repo",
# "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick2 local-repo", "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick2 local-repo",
# "aptly repo remove local-repo pyspi" "aptly repo remove local-repo pyspi"
# ] ]
# runCmd = "aptly publish update -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec maverick" runCmd = "aptly publish update -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec maverick"
# gold_processor = BaseTest.expand_environ gold_processor = BaseTest.expand_environ
# def check(self): def check(self):
# super(PublishUpdate3Test, self).check() super(PublishUpdate3Test, self).check()
# self.check_exists('public/dists/maverick/InRelease') self.check_exists('public/dists/maverick/InRelease')
# self.check_exists('public/dists/maverick/Release') self.check_exists('public/dists/maverick/Release')
# self.check_exists('public/dists/maverick/Release.gpg') self.check_exists('public/dists/maverick/Release.gpg')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages') self.check_exists('public/dists/maverick/main/binary-i386/Packages')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages.gz') self.check_exists('public/dists/maverick/main/binary-i386/Packages.gz')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages.bz2') self.check_exists('public/dists/maverick/main/binary-i386/Packages.bz2')
# self.check_exists('public/dists/maverick/main/source/Sources') self.check_exists('public/dists/maverick/main/source/Sources')
# self.check_exists('public/dists/maverick/main/source/Sources.gz') self.check_exists('public/dists/maverick/main/source/Sources.gz')
# self.check_exists('public/dists/maverick/main/source/Sources.bz2') self.check_exists('public/dists/maverick/main/source/Sources.bz2')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.dsc') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.dsc')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.diff.gz') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.diff.gz')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz')
# self.check_exists('public/pool/main/p/pyspi/pyspi-0.6.1-1.3.stripped.dsc') self.check_exists('public/pool/main/p/pyspi/pyspi-0.6.1-1.3.stripped.dsc')
# self.check_exists('public/pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb') self.check_exists('public/pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb')
# class PublishUpdate4Test(BaseTest): class PublishUpdate4Test(BaseTest):
# """ """
# publish update: added some packages, but list of published archs doesn't change publish update: added some packages, but list of published archs doesn't change
# """ """
# fixtureCmds = [ fixtureCmds = [
# "aptly repo create local-repo", "aptly repo create local-repo",
# "aptly repo add local-repo ${files}/pyspi_0.6.1-1.3.dsc", "aptly repo add local-repo ${files}/pyspi_0.6.1-1.3.dsc",
# "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick local-repo", "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick local-repo",
# "aptly repo add local-repo ${files}/libboost-program-options-dev_1.49.0.1_i386.deb" "aptly repo add local-repo ${files}/libboost-program-options-dev_1.49.0.1_i386.deb"
# ] ]
# runCmd = "aptly publish update -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec maverick" runCmd = "aptly publish update -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec maverick"
# gold_processor = BaseTest.expand_environ gold_processor = BaseTest.expand_environ
# def check(self): def check(self):
# super(PublishUpdate4Test, self).check() super(PublishUpdate4Test, self).check()
# self.check_exists('public/dists/maverick/InRelease') self.check_exists('public/dists/maverick/InRelease')
# self.check_exists('public/dists/maverick/Release') self.check_exists('public/dists/maverick/Release')
# self.check_exists('public/dists/maverick/Release.gpg') self.check_exists('public/dists/maverick/Release.gpg')
# self.check_not_exists('public/dists/maverick/main/binary-i386/Packages') self.check_not_exists('public/dists/maverick/main/binary-i386/Packages')
# self.check_not_exists('public/dists/maverick/main/binary-i386/Packages.gz') self.check_not_exists('public/dists/maverick/main/binary-i386/Packages.gz')
# self.check_not_exists('public/dists/maverick/main/binary-i386/Packages.bz2') self.check_not_exists('public/dists/maverick/main/binary-i386/Packages.bz2')
# self.check_exists('public/dists/maverick/main/source/Sources') self.check_exists('public/dists/maverick/main/source/Sources')
# self.check_exists('public/dists/maverick/main/source/Sources.gz') self.check_exists('public/dists/maverick/main/source/Sources.gz')
# self.check_exists('public/dists/maverick/main/source/Sources.bz2') self.check_exists('public/dists/maverick/main/source/Sources.bz2')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.dsc') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.dsc')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.diff.gz') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.diff.gz')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz')
# self.check_not_exists('public/pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb') self.check_not_exists('public/pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb')
# class PublishUpdate5Test(BaseTest): class PublishUpdate5Test(BaseTest):
# """ """
# publish update: no such publish publish update: no such publish
# """ """
# runCmd = "aptly publish update maverick ppa" runCmd = "aptly publish update maverick ppa"
# expectedCode = 1 expectedCode = 1
# class PublishUpdate6Test(BaseTest): class PublishUpdate6Test(BaseTest):
# """ """
# publish update: not a local repo publish update: not a local repo
# """ """
# fixtureDB = True fixtureDB = True
# fixturePool = True fixturePool = True
# fixtureCmds = [ fixtureCmds = [
# "aptly snapshot create snap1 from mirror gnuplot-maverick", "aptly snapshot create snap1 from mirror gnuplot-maverick",
# "aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec snap1", "aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec snap1",
# ] ]
# runCmd = "aptly publish update maverick" runCmd = "aptly publish update maverick"
# expectedCode = 1 expectedCode = 1
# class PublishUpdate7Test(BaseTest): class PublishUpdate7Test(BaseTest):
# """ """
# publish update: multiple components, add some packages publish update: multiple components, add some packages
# """ """
# fixtureCmds = [ fixtureCmds = [
# "aptly repo create repo1", "aptly repo create repo1",
# "aptly repo create repo2", "aptly repo create repo2",
# "aptly repo add repo1 ${files}/pyspi_0.6.1-1.3.dsc", "aptly repo add repo1 ${files}/pyspi_0.6.1-1.3.dsc",
# "aptly repo add repo2 ${files}/libboost-program-options-dev_1.49.0.1_i386.deb", "aptly repo add repo2 ${files}/libboost-program-options-dev_1.49.0.1_i386.deb",
# "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick -component=main,contrib repo1 repo2", "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=maverick -component=main,contrib repo1 repo2",
# "aptly repo add repo1 ${files}/pyspi-0.6.1-1.3.stripped.dsc", "aptly repo add repo1 ${files}/pyspi-0.6.1-1.3.stripped.dsc",
# ] ]
# runCmd = "aptly publish update -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec maverick" runCmd = "aptly publish update -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec maverick"
# gold_processor = BaseTest.expand_environ gold_processor = BaseTest.expand_environ
# def check(self): def check(self):
# super(PublishUpdate7Test, self).check() super(PublishUpdate7Test, self).check()
# self.check_exists('public/dists/maverick/InRelease') self.check_exists('public/dists/maverick/InRelease')
# self.check_exists('public/dists/maverick/Release') self.check_exists('public/dists/maverick/Release')
# self.check_exists('public/dists/maverick/Release.gpg') self.check_exists('public/dists/maverick/Release.gpg')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages') self.check_exists('public/dists/maverick/main/binary-i386/Packages')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages.gz') self.check_exists('public/dists/maverick/main/binary-i386/Packages.gz')
# self.check_exists('public/dists/maverick/main/binary-i386/Packages.bz2') self.check_exists('public/dists/maverick/main/binary-i386/Packages.bz2')
# self.check_exists('public/dists/maverick/main/source/Sources') self.check_exists('public/dists/maverick/main/source/Sources')
# self.check_exists('public/dists/maverick/main/source/Sources.gz') self.check_exists('public/dists/maverick/main/source/Sources.gz')
# self.check_exists('public/dists/maverick/main/source/Sources.bz2') self.check_exists('public/dists/maverick/main/source/Sources.bz2')
# self.check_exists('public/dists/maverick/contrib/binary-i386/Packages') self.check_exists('public/dists/maverick/contrib/binary-i386/Packages')
# self.check_exists('public/dists/maverick/contrib/binary-i386/Packages.gz') self.check_exists('public/dists/maverick/contrib/binary-i386/Packages.gz')
# self.check_exists('public/dists/maverick/contrib/binary-i386/Packages.bz2') self.check_exists('public/dists/maverick/contrib/binary-i386/Packages.bz2')
# self.check_exists('public/dists/maverick/contrib/source/Sources') self.check_exists('public/dists/maverick/contrib/source/Sources')
# self.check_exists('public/dists/maverick/contrib/source/Sources.gz') self.check_exists('public/dists/maverick/contrib/source/Sources.gz')
# self.check_exists('public/dists/maverick/contrib/source/Sources.bz2') self.check_exists('public/dists/maverick/contrib/source/Sources.bz2')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.dsc') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.dsc')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.diff.gz') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1-1.3.diff.gz')
# self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz') self.check_exists('public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz')
# self.check_exists('public/pool/main/p/pyspi/pyspi-0.6.1-1.3.stripped.dsc') self.check_exists('public/pool/main/p/pyspi/pyspi-0.6.1-1.3.stripped.dsc')
# self.check_exists('public/pool/contrib/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb') self.check_exists('public/pool/contrib/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb')
# # verify contents except of sums # verify contents except of sums
# self.check_file_contents('public/dists/maverick/main/source/Sources', 'sources', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) self.check_file_contents('public/dists/maverick/main/source/Sources', 'sources', match_prepare=lambda s: "\n".join(sorted(s.split("\n"))))
# self.check_file_contents('public/dists/maverick/main/binary-i386/Packages', 'binary', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) self.check_file_contents('public/dists/maverick/main/binary-i386/Packages', 'binary', match_prepare=lambda s: "\n".join(sorted(s.split("\n"))))
# self.check_file_contents('public/dists/maverick/contrib/source/Sources', 'sources2', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) self.check_file_contents('public/dists/maverick/contrib/source/Sources', 'sources2', match_prepare=lambda s: "\n".join(sorted(s.split("\n"))))
# self.check_file_contents('public/dists/maverick/contrib/binary-i386/Packages', 'binary2', match_prepare=lambda s: "\n".join(sorted(s.split("\n")))) self.check_file_contents('public/dists/maverick/contrib/binary-i386/Packages', 'binary2', match_prepare=lambda s: "\n".join(sorted(s.split("\n"))))
class PublishUpdate8Test(BaseTest): class PublishUpdate8Test(BaseTest):