Gavin (Saturn XXVIII)

Results 2 issues of Gavin (Saturn XXVIII)

I am unable to run the iptables functionality ```python def test_iptables_rules(host): rules = host.iptables.rules(table=u'filter', chain=u'INPUT') ``` How I invoke it ```bash $ py.test-s --connection=ansible --ansible-inventory ./myhosts --hosts="agroup" mytest.py ``` In...

Initial stab at using SCAN to sample. The threshold currently is set to 1 million keys to be considered as a small database.