Update test script to match playbook
I'm still using this manual test script while we continue to improve testing. It's easier if the image names also match the image names used in the playbook. Change-Id: Ib317c8342b8dfe316f1bd001b1a3639d8d5b245f
This commit is contained in:
parent
61af2796b2
commit
00794462eb
@ -15,10 +15,10 @@
|
||||
# along with this software. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
rm -fr /tmp/storage
|
||||
docker rmi localhost:9000/zuul/registry
|
||||
docker rmi localhost:9000/test/registry
|
||||
docker image prune -f
|
||||
docker load <registry.img
|
||||
docker image push localhost:9000/zuul/registry
|
||||
docker rmi localhost:9000/zuul/registry
|
||||
docker image push localhost:9000/test/registry
|
||||
docker rmi localhost:9000/test/registry
|
||||
docker image prune -f
|
||||
docker image pull localhost:9000/zuul/registry
|
||||
docker image pull localhost:9000/test/registry
|
||||
|
Loading…
Reference in New Issue
Block a user