]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Correct raw table regex in test_security_groups_rpc
authorCedric Brandily <zzelle@gmail.com>
Tue, 18 Nov 2014 09:59:31 +0000 (10:59 +0100)
committerCedric Brandily <zzelle@gmail.com>
Tue, 18 Nov 2014 09:59:31 +0000 (10:59 +0100)
commit8bb3ba18d3c3e4714be11d704ce7ac24fef5f136
treef3b01040e343b308e953a7d791a2ec864c68b110
parente0501760e3837ddafacbe912431510b25cc38bc5
Correct raw table regex in test_security_groups_rpc

Currently in test_security_groups_rpc, raw table regex uses nat table
chains regex but raw table chains[1] is a strict subset of nat table
chains[2] so a more strict regex should be used as raw table chains
regex.

[1] OUTPUT, PREROUTING
[2] OUTPUT, POSTROUTING, PREROUTING, float-snat, snat

Change-Id: I6f32cda917c2f882f5fd17b6fa105def5572cdef
neutron/tests/unit/test_security_groups_rpc.py