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
@someTag | |
Feature: Feature1 | |
Scenario: Scenario feature 1 | |
Given scenario step |
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 | |
# Substitute your IPs as required | |
for var in 200 201 202 203 | |
do | |
curl -X POST -u admin:gocoax --max-time 10 http://192.168.1.$var/ms/1/0xb00 | |
done |