Fix more system tests with GPG publishing.

This commit is contained in:
Andrey Smirnov
2014-02-13 01:02:35 +04:00
parent 796489e88d
commit fb6df84ec7
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ class Serve1Test(BaseTest):
fixtureCmds = [
"aptly snapshot create snap1 from mirror gnuplot-maverick",
"aptly snapshot create snap2 from mirror gnuplot-maverick",
"aptly publish snapshot snap1",
"aptly publish snapshot snap2 debian",
"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 snap2 debian",
]
runCmd = "aptly serve -listen=127.0.0.1:8765"