Skip to content

Commit

Permalink
Merge pull request #2274 from muros-ct/release-1.0.x
Browse files Browse the repository at this point in the history
Fix for test failures on Travis
  • Loading branch information
Coduz authored Dec 19, 2018
2 parents d688952 + ba03c6a commit fb30cee
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Feature: Device Broker connection ip with System environment variable
@StartDatastore
Scenario: Start datastore for all scenarios

@StartEventBroker
Scenario: Start event broker for all scenarios

@StartBroker
Scenario: Start broker for all scenarios

Expand All @@ -35,5 +38,8 @@ Feature: Device Broker connection ip with System environment variable
@StopBroker
Scenario: Stop broker after all scenarios

@StopEventBroker
Scenario: Stop event broker after all scenarios

@StopDatastore
Scenario: Stop datastore after all scenarios

0 comments on commit fb30cee

Please sign in to comment.