Skip to content

Commit

Permalink
adding simple test for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew committed Oct 24, 2018
1 parent c6ad693 commit a5f805e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/integration/features/strimzi.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@strimzi
Feature: Feature for strimzi

@minishift-only
Scenario: User installs strimzi add-on
When executing "minishift addons install ../../add-ons/strimzi" succeeds
Then stdout should contain "Addon 'strimzi' installed"

Scenario: User can uninstall strimzi add-on
When executing "minishift addons uninstall strimzi" succeeds
Then stdout should contain "Add-on 'strimzi' uninstalled"
And stdout of command "minishift addons list" does not contain "strimzi"

Scenario: Deleting Minishift
When executing "minishift delete --force" succeeds
Then Minishift should have state "Does Not Exist"

0 comments on commit a5f805e

Please sign in to comment.