This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failed scenarios: | |
FlowCrudBasicRun.feature:135 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:136 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:137 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:138 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:139 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:140 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:141 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:142 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: unicorn | |
# Required-Start: $all | |
# Required-Stop: $all | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: starts the unicorn app server | |
# Description: starts unicorn using start-stop-daemon |