s3-tests/s3tests_boto3
Sumedh A. Kulkarni e9c5cc29e9 Fix wrong assertion of the test: test_buckets_list_ctime
TestName:
s3tests_boto3.functional.test_s3:test_buckets_list_ctime

Problem:
The test creates 5 buckets for a user but in an assertion check,
it asserts false if any bucket of the user has CreationTime less
than a day prior to current time.
Due to this reason the test fails if the user has pre-existing
buckets older than a day.

Solution:
Assert only on the CreationTime of buckets that were created with
test execution.

Signed-off-by: Sumedh A. Kulkarni <sumedh.a.kulkarni@seagate.com>
Co-developed-by: Bob Ham <bham12@bloomberg.net>
Signed-off-by: Bob Ham <bham12@bloomberg.net>
2024-05-14 07:12:17 -04:00
..
functional Fix wrong assertion of the test: test_buckets_list_ctime 2024-05-14 07:12:17 -04:00
__init__.py boto3: Foundation laid for boto3 tests 2019-01-16 16:31:24 -05:00
common.py Port functional tests from python 2 to python 3 2020-01-14 12:20:05 -05:00