Add skip to tests

* Skip put_copy test due to some bad assertions
  that cause 500s, this needs to be investigated
  further.
* Skip multi_range_requests due to a known bug.

Change-Id: I1c63f098246364a379aeab7d3f7e95cf795698f3
This commit is contained in:
josh7810 2017-11-06 11:29:03 -06:00
parent 3a277efabd
commit 33f91ae6b7
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
import unittest
from cafe.drivers.unittest.decorators import (
DataDrivenFixture, data_driven_test)
from cloudcafe.objectstorage.objectstorage_api.common.constants import \
@ -157,6 +159,7 @@ class ObjectRangeRequestTest(ObjectStorageFixture):
msg=CONTENT_MSG.format("grok_999999/",
str(response.content)))
@unittest.skip('JIRA Bug https://jira.rax.io/browse/STORDEV-189')
@data_driven_test(ObjectDatasetList())
def ddtest_multi_part_range_request(self, object_type, generate_object):
"""

View File

@ -17,6 +17,7 @@ import calendar
import time
import zlib
from hashlib import md5
import unittest
from cafe.drivers.unittest.decorators import (
DataDrivenFixture, data_driven_test)
@ -1112,6 +1113,7 @@ class ObjectSmokeTest(ObjectStorageFixture):
expected=expected,
received=str(received)))
@unittest.skip('Problem with this tests assertion, needs review')
@data_driven_test(ObjectDatasetList())
def ddtest_put_copy_object(self, object_type, generate_object):
src_container_name = self.create_temp_container(