summaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
author“Milind” <mwaykole@redhat.com>2020-09-17 14:22:33 +0530
committerArthy Loganathan <aloganat@redhat.com>2020-09-18 04:56:06 +0000
commit8582d7c63e16ea400a240813ba3475606b57685e (patch)
tree17752fb71641dd2254f5964d56b76d8d8f7bc067 /tests/functional
parentb08b734f4afd15e9d18fee7b4b96ef62cf27be6e (diff)
[TestFix] As bug #BZ1761932 is fixed removing skip logic
Change-Id: I54ecce22f243b10248eea78b52c6b8cf2c7fd338 Signed-off-by: “Milind” <mwaykole@redhat.com>
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/ctime_feature/test_consistent_timestamps_on_new_entries.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/functional/ctime_feature/test_consistent_timestamps_on_new_entries.py b/tests/functional/ctime_feature/test_consistent_timestamps_on_new_entries.py
index 87f288ba6..9b1588bf6 100644
--- a/tests/functional/ctime_feature/test_consistent_timestamps_on_new_entries.py
+++ b/tests/functional/ctime_feature/test_consistent_timestamps_on_new_entries.py
@@ -14,7 +14,6 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-from unittest import skip
from glusto.core import Glusto as g
from glustolibs.gluster.gluster_base_class import (GlusterBaseClass, runs_on)
from glustolibs.gluster.exceptions import ExecutionError
@@ -69,10 +68,8 @@ class ConsistentValuesAcrossTimeStamps(GlusterBaseClass):
.format(objectname))
g.log.info("a|m|c timestamps on %s are same", objectname)
- @skip('Skipping due to Bug 1761932')
def test_time_stamps_on_create(self):
'''
- This case validates BZ#1761932
1. Create a volume , enable features.ctime, mount volume
2. Create a directory "dir1" and check the a|m|c times
3. Create a file "file1" and check the a|m|c times