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
This commit is contained in:
jichenjc 2016-02-25 23:28:11 +08:00
parent aecefcb9dd
commit 07ba58cb22
1 changed files with 0 additions and 4 deletions

View File

@ -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)