mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
Fix more system tests with GPG publishing.
This commit is contained in:
@@ -50,8 +50,8 @@ class PublishDrop3Test(BaseTest):
|
|||||||
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 -distribution=sq1 snap1",
|
"aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=sq1 snap1",
|
||||||
"aptly publish snapshot -distribution=sq2 snap1",
|
"aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=sq2 snap1",
|
||||||
]
|
]
|
||||||
runCmd = "aptly publish drop sq1"
|
runCmd = "aptly publish drop sq1"
|
||||||
gold_processor = BaseTest.expand_environ
|
gold_processor = BaseTest.expand_environ
|
||||||
@@ -72,8 +72,8 @@ class PublishDrop4Test(BaseTest):
|
|||||||
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 -distribution=sq1 -component=contrib snap1",
|
"aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=sq1 -component=contrib snap1",
|
||||||
"aptly publish snapshot -distribution=sq2 snap1",
|
"aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=sq2 snap1",
|
||||||
]
|
]
|
||||||
runCmd = "aptly publish drop sq1"
|
runCmd = "aptly publish drop sq1"
|
||||||
gold_processor = BaseTest.expand_environ
|
gold_processor = BaseTest.expand_environ
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ class Serve1Test(BaseTest):
|
|||||||
fixtureCmds = [
|
fixtureCmds = [
|
||||||
"aptly snapshot create snap1 from mirror gnuplot-maverick",
|
"aptly snapshot create snap1 from mirror gnuplot-maverick",
|
||||||
"aptly snapshot create snap2 from mirror gnuplot-maverick",
|
"aptly snapshot create snap2 from mirror gnuplot-maverick",
|
||||||
"aptly publish snapshot snap1",
|
"aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec snap1",
|
||||||
"aptly publish snapshot snap2 debian",
|
"aptly publish snapshot -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec snap2 debian",
|
||||||
]
|
]
|
||||||
runCmd = "aptly serve -listen=127.0.0.1:8765"
|
runCmd = "aptly serve -listen=127.0.0.1:8765"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user