test: additional blackbox tests for client push/pull (#1371)

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani
2023-04-13 13:47:38 -07:00
committed by GitHub
parent e6b81bb354
commit 9638899e6e
3 changed files with 37 additions and 5 deletions
+10
View File
@@ -203,6 +203,16 @@ EOF
[ "$status" -eq 0 ]
}
@test "pull manifest with docker client" {
run docker pull localhost:8080/test-regclient
[ "$status" -eq 0 ]
}
@test "pull manifest with crictl" {
run crictl pull localhost:8080/test-regclient
[ "$status" -eq 0 ]
}
@test "push OCI artifact with regclient" {
run regctl artifact put localhost:8080/artifact:demo <<EOF
this is an artifact