From 07ba58cb22ac85ee62af934a46d70ab61759ca4a Mon Sep 17 00:00:00 2001 From: jichenjc Date: Thu, 25 Feb 2016 23:28:11 +0800 Subject: [PATCH] Remove duplicate test case flavor_create this test is usless and not related to flavor-access, also ,the other cases already covered it. Change-Id: I8c1ab2c55357ef74905ebe3b2133b3f416cf2988 --- nova/tests/functional/api_sample_tests/test_flavor_access.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nova/tests/functional/api_sample_tests/test_flavor_access.py b/nova/tests/functional/api_sample_tests/test_flavor_access.py index e4ad651f5054..b58148bffd4a 100644 --- a/nova/tests/functional/api_sample_tests/test_flavor_access.py +++ b/nova/tests/functional/api_sample_tests/test_flavor_access.py @@ -67,10 +67,6 @@ class FlavorAccessSampleJsonTests(api_sample_base.ApiSampleTestBaseV21): subs) self._verify_response("flavor-access-create-resp", subs, response, 200) - # TODO(sdague): remove tests that are duplicative - def test_flavor_access_create(self): - self._create_flavor() - def test_flavor_access_detail(self): response = self._do_get('flavors/detail') self._verify_response('flavor-access-detail-resp', {}, response, 200)