diff options
author | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-11-23 20:27:51 +0800 |
---|---|---|
committer | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-12-26 13:29:25 +0800 |
commit | 99757f8f0b2188abe32cd41790e62bb3349e69f6 (patch) | |
tree | 98838a19da709889f6c0c8b6f5bd3c9272c774a4 /tests-py3.txt | |
parent | 1870c75c45a99f879ac7dc0ab5e5b30ad82880cb (diff) | |
download | nova-99757f8f0b2188abe32cd41790e62bb3349e69f6.tar.gz |
Port security group related tests to Python 3
* Use encode_utils.safe_decode from oslo.utils
to decode result of urllib.parse.unquote(cidr)
Partially-Implements: blueprint goal-python35
Change-Id: If139d093f8951f59753c06a88a59b4fb2f878940
Diffstat (limited to 'tests-py3.txt')
-rw-r--r-- | tests-py3.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests-py3.txt b/tests-py3.txt index 388e799947..c72da40b15 100644 --- a/tests-py3.txt +++ b/tests-py3.txt @@ -1,9 +1,3 @@ -nova.tests.unit.api.openstack.compute.test_neutron_security_groups.TestNeutronSecurityGroupRulesV21 -nova.tests.unit.api.openstack.compute.test_neutron_security_groups.TestNeutronSecurityGroupsOutputTest -nova.tests.unit.api.openstack.compute.test_security_group_default_rules.TestSecurityGroupDefaultRulesNeutronV21 -nova.tests.unit.api.openstack.compute.test_security_group_default_rules.TestSecurityGroupDefaultRulesV21 -nova.tests.unit.api.openstack.compute.test_security_groups.SecurityGroupsOutputTestV21 -nova.tests.unit.api.openstack.compute.test_security_groups.TestSecurityGroupRulesV21 nova.tests.unit.api.openstack.compute.test_user_data.ServersControllerCreateTest nova.tests.unit.test_wsgi.TestWSGIServerWithSSL nova.tests.unit.virt.libvirt.test_firewall.IptablesFirewallTestCase |