This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
inspec
Watch
2
Star
0
Fork
You've already forked inspec
0
mirror of
https://github.com/inspec/inspec
synced
2024-11-23 13:13:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
76dca7f97c
inspec
/
test
/
fixtures
/
cmd
/
Test-NetConnection
6 lines
102 B
Text
Raw
Normal View
History
Unescape
Escape
add mock files for host windows tests
2015-10-09 17:27:07 +00:00
{
"ComputerName": "microsoft.com",
Add TCP reachability support on Linux for host resource (#1915) * Add TCP reachability support on Linux for host resource This enhances the `host` resource on Linux targets by using netcat (if installed) to perform TCP reachability checks. Signed-off-by: Adam Leff <adam@leff.co> * documentation updates Signed-off-by: Adam Leff <adam@leff.co> * Appease rubocop Signed-off-by: Adam Leff <adam@leff.co>
2017-06-09 16:18:51 +00:00
"PingSucceeded": false,
"TcpTestSucceeded": true
add mock files for host windows tests
2015-10-09 17:27:07 +00:00
}
Reference in a new issue
Copy permalink