Issue 317 fixed

Finished #317
This commit is contained in:
Michael Haag
2018-08-31 08:02:51 -04:00
parent 92d6e0663f
commit 2e45fc5d59
2 changed files with 6 additions and 7 deletions
+4 -5
View File
@@ -15,7 +15,7 @@ atomic_tests:
description: Specify uncommon port number
type: String
default: 8081
hostname:
domain:
description: Specify target hostname
type: String
default: google.com
@@ -23,7 +23,7 @@ atomic_tests:
executor:
name: powershell
command: |
test-netconnection -ComputerName #{hostname} -port #{port}
test-netconnection -ComputerName #{domain} -port #{port}
- name: Testing usage of uncommonly used port
description: |
@@ -38,7 +38,7 @@ atomic_tests:
description: Specify uncommon port number
type: String
default: 8081
hostname:
domain:
description: Specify target hostname
type: String
default: google.com
@@ -46,5 +46,4 @@ atomic_tests:
executor:
name: sh
command: |
telnet #{hostname} #{port}
telnet #{domain} #{port}
+2 -2
View File
@@ -28,7 +28,7 @@ atomic_tests:
- windows
input_arguments:
output_file:
inf_file_uac:
description: Path to the INF file
type: path
default: T1191_uacbypass.inf
@@ -36,4 +36,4 @@ atomic_tests:
executor:
name: command_prompt
command: |
cmstp.exe #{inf_file_path} /au
cmstp.exe #{inf_file_uac} /au