diff options
author | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-11-28 15:26:02 +0800 |
---|---|---|
committer | ChangBo Guo(gcb) <glongwave@gmail.com> | 2016-12-23 04:29:49 +0000 |
commit | 282dd9aea58bd580a9bb284ef57894f2f964abe9 (patch) | |
tree | c777c18779b4838c67d2c3fdeb455eba9ede3d53 /tests-py3.txt | |
parent | 33fc8070cff2e80822482aea4489d8d9e7099cb0 (diff) | |
download | nova-282dd9aea58bd580a9bb284ef57894f2f964abe9.tar.gz |
Port api.openstack.compute.test_disk_config to Python 3
Make sure error message is unicode.
Partially-Implements: blueprint goal-python35
Change-Id: Ief1ffb188ae90430d820436d5a78217a337a20a3
Diffstat (limited to 'tests-py3.txt')
-rw-r--r-- | tests-py3.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests-py3.txt b/tests-py3.txt index c4a1c459d0..80de4193cb 100644 --- a/tests-py3.txt +++ b/tests-py3.txt @@ -1,4 +1,3 @@ -nova.tests.unit.api.openstack.compute.test_disk_config.DiskConfigTestCaseV21 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 |