Skip to content

Commit

Permalink
Fix clusterresourcequota annotations validation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianofranz committed Sep 19, 2016
1 parent e9156f2 commit 4b2a330
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/cmd/quota.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ trap os::test::junit::reconcile_output EXIT

os::test::junit::declare_suite_start "cmd/quota"

# Cleanup cluster resources created by this test suite
(
set +e
oc delete project foo bar asmail
exit 0
) &>/dev/null

os::test::junit::declare_suite_start "cmd/quota/clusterquota"

os::cmd::expect_success 'oc new-project foo --as=deads'
Expand Down

0 comments on commit 4b2a330

Please sign in to comment.