Skip to content

Commit

Permalink
system tests - enabled removing products in cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Strachota committed Oct 9, 2011
1 parent 572828a commit e151568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/test-system/cli_tests/_base_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ header "Basic environment cleanup"

#clear
todo "repo delete" "not yet implemented" repo delete --product="$FEWUPS_PRODUCT" --org="$TEST_ORG" --name="$FEWUPS_REPO"
todo "product delete" "not yet implemented" product delete --provider="$YUM_PROVIDER" --org="$TEST_ORG" --name="$FEWUPS_PRODUCT"
test_success "product delete" product delete --org="$TEST_ORG" --name="$FEWUPS_PRODUCT"
test_success "provider delete" provider delete --name="$YUM_PROVIDER" --org="$TEST_ORG"
test_success "environment delete" environment delete --name="$TEST_ENV" --org="$TEST_ORG"
test_success "environment delete" environment delete --name="$TEST_ENV_3" --org="$TEST_ORG"
Expand Down

0 comments on commit e151568

Please sign in to comment.