fuel-main/fuelweb_test/helpers
Artem Panchenko 65bc566405 Check firewall on slaves to detect security holes
In different deployment scenarios Puppet generates
different firewall rules and potentially can add
permit rule, which will allow access to unused or
secure ports/services. We should check iptables
for security holes on slaves:
 1. listen on admin interface on some unused port
    (tcp or udp);
 2. try to connect to that port from master node
    and send data;
 3. check that connection attempt was blocked and
    data was not received.

Change-Id: I1f625a75f4febf372948c47a1c920b6aed885a4b
Closes-bug: #1346265
(cherry picked from commit 0790465b4c)
2014-07-28 15:40:02 +00:00
..
__init__.py Refactoring system tests on python-proboscis 2013-11-15 15:22:13 +04:00
checkers.py Sync time on nodes before checking Ceph health 2014-07-23 11:47:01 +03:00
common.py Fixed issues with multiple networks 2014-07-22 19:35:35 +04:00
decorators.py Move create snapshot to finally block 2014-07-22 14:56:57 +00:00
eb_tables.py Only one logger for all messages 2014-03-25 12:57:56 +04:00
http.py Merge "Additional logger.info calls" 2014-03-25 14:56:53 +00:00
instance_initial_scenario Add tests for vm backed with Ceph live migration 2014-02-20 14:07:35 +02:00
log_server.py Only one logger for all messages 2014-03-25 12:57:56 +04:00
os_actions.py Add error message to the ceph migration test 2014-05-21 17:42:23 +00:00
security.py Check firewall on slaves to detect security holes 2014-07-28 15:40:02 +00:00