mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Test on snapshot listing with local repo.
This commit is contained in:
@@ -3,5 +3,6 @@ List of snapshots:
|
|||||||
* [snap2]: Snapshot from mirror [wheezy-contrib]: http://mirror.yandex.ru/debian/ wheezy
|
* [snap2]: Snapshot from mirror [wheezy-contrib]: http://mirror.yandex.ru/debian/ wheezy
|
||||||
* [snap3]: Merged from sources: 'snap1', 'snap2'
|
* [snap3]: Merged from sources: 'snap1', 'snap2'
|
||||||
* [snap4]: Pulled into 'snap1' with 'snap2' as source, pull request was: 'mame unrar'
|
* [snap4]: Pulled into 'snap1' with 'snap2' as source, pull request was: 'mame unrar'
|
||||||
|
* [snap5]: Snapshot from local repo [local-repo]
|
||||||
|
|
||||||
To get more information about snapshot, run `aptly snapshot show <name>`.
|
To get more information about snapshot, run `aptly snapshot show <name>`.
|
||||||
|
|||||||
@@ -11,6 +11,9 @@ class ListSnapshot1Test(BaseTest):
|
|||||||
"aptly snapshot create snap2 from mirror wheezy-contrib",
|
"aptly snapshot create snap2 from mirror wheezy-contrib",
|
||||||
"aptly snapshot merge snap3 snap1 snap2",
|
"aptly snapshot merge snap3 snap1 snap2",
|
||||||
"aptly snapshot pull snap1 snap2 snap4 mame unrar",
|
"aptly snapshot pull snap1 snap2 snap4 mame unrar",
|
||||||
|
"aptly repo create local-repo",
|
||||||
|
"aptly repo add local-repo ${files}",
|
||||||
|
"aptly snapshot create snap5 from repo local-repo",
|
||||||
]
|
]
|
||||||
runCmd = "aptly snapshot list"
|
runCmd = "aptly snapshot list"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user