Skip to content

Instantly share code, notes, and snippets.

View PinGwynn's full-sized avatar

Maksym Odinintsev PinGwynn

View GitHub Profile
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
@PinGwynn
PinGwynn / unicorn
Last active August 29, 2015 14:04
Ruby unicorn init.d script for Debian
#!/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