diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-14 19:55:54 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-14 19:55:54 +0000 |
| commit | ef68f23de3886cac3e92a45537d5eb2136ae150a (patch) | |
| tree | 2748a1e22fdb818af4cfd2efa17819a5910d5dfc /functional | |
| parent | e1305185d33f0d760de7c665fc2b673b625949e5 (diff) | |
| parent | 3a3f33b9265b63b681727f220d26286c763e67e3 (diff) | |
| download | python-openstackclient-ef68f23de3886cac3e92a45537d5eb2136ae150a.tar.gz | |
Merge "Add network options to security group rule create"
Diffstat (limited to 'functional')
| -rw-r--r-- | functional/tests/network/v2/test_security_group_rule.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functional/tests/network/v2/test_security_group_rule.py b/functional/tests/network/v2/test_security_group_rule.py index 9c0b66e8..26e6e0e4 100644 --- a/functional/tests/network/v2/test_security_group_rule.py +++ b/functional/tests/network/v2/test_security_group_rule.py @@ -38,6 +38,7 @@ class SecurityGroupRuleTests(test.TestCase): raw_output = cls.openstack('security group rule create ' + cls.SECURITY_GROUP_NAME + ' --proto tcp --dst-port 80:80' + + ' --ingress --ethertype IPv4' + opts) cls.SECURITY_GROUP_RULE_ID = raw_output.strip('\n') |
