Skip to content

Commit

Permalink
test: update e2e CLI 6
Browse files Browse the repository at this point in the history
Signed-off-by: Juncheng Zhu <[email protected]>
  • Loading branch information
junczhu committed Dec 12, 2024
1 parent 82c29c0 commit 2088512
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/bats/cli-test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ load helpers
}

@test "notation verifier crl test" {
run_crl_server

run bin/ratify verify -c $RATIFY_DIR/config_notation_crl.json -s $TEST_REGISTRY/notation:crl
assert_cmd_verify_success
assert_cmd_verify_failure

pkill -9 python3
run_crl_server

run bin/ratify verify -c $RATIFY_DIR/config_notation_crl.json -s $TEST_REGISTRY/notation:crl
assert_cmd_verify_failure
assert_cmd_verify_success
}

@test "notation verifier with type test" {
Expand Down

0 comments on commit 2088512

Please sign in to comment.