Default Rules for Security Groups: Implementation and Testing Notes
Automated tests
We implemented a single test case,
scs-0115-default-rules
,
which ensures
- the absence of any ingress traffic rules except traffic from the same Security Group in the
openstack default security group rule list
, - the presence of any egress traffic rules.
The testcase can be run using the script
openstack_test.py
.