openstack-zuul-jobs/tests/multinode.yaml
David Moreau-Simard 819b471612
Add integration test coverage for iptables persistence
If we restart iptables or the instance, we want the firewall rules
to persist.

Change-Id: Ic32614790eea04079b02b0e4cc8642f7c46cd415
Depends-On: I9d90f55323a33d6a0f0dda1f7ab25d10984fa6cb
2017-10-31 17:51:12 -04:00

14 lines
446 B
YAML

# 'base' is implicit and runs before multi-node roles
- include: base.yaml
# Roles that are part of the 'multinode' job
# If you add new tests, also update the files section in jobs
# base-integration and multinode-integration in zuul.d/jobs.yaml.
- include: multi-node-known-hosts.yaml
- include: multi-node-hosts-file.yaml
- include: multi-node-firewall.yaml
- include: multi-node-bridge.yaml
- include: multi-node-firewall-persistence.yaml