cmd/client: move pod create to pod run

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-12-14 18:15:37 +01:00
parent 7b0c76219c
commit e1054cf28e
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
8 changed files with 42 additions and 42 deletions

View file

@ -13,7 +13,7 @@ function teardown() {
fi
start_ocid
run ocic pod create --config "$TESTDATA"/sandbox_config.json
run ocic pod run --config "$TESTDATA"/sandbox_config.json
echo "$output"
[ "$status" -eq 0 ]
pod_id="$output"