Provides connection check for package download. 65/18565/4
authorLuke Hinds <lukehinds@gmail.com>
Fri, 12 Aug 2016 14:14:47 +0000 (15:14 +0100)
committerLuke Hinds <lukehinds@gmail.com>
Fri, 12 Aug 2016 14:37:22 +0000 (15:37 +0100)
commit488b828d2925422ad87eb0ab257b668dc7abb2e0
tree0c7e0f6d9b73b9eebecd89f05d1d951c483e82c9
parent4085c3ba8d777b61af7a35be582d2c2007f19fad
Provides connection check for package download.

JIRA: FUNCTEST-388

Performs simple connection test, using socket from std python
library. If no connection can be made, socket will timeout and
gracefully move to trying the next compute / control node.

Change-Id: I0048d74d607c8824688c73791c9646f9e9186756
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
testcases/security_scan/scripts/internet_check.py [new file with mode: 0644]
testcases/security_scan/security_scan.py