Skip to content

Commit c62c123

Browse files
committed
Fixes testcases failure due to previously created namespace.
test_fsdax_write, test_map_sync and test_devdax_write tests are failing with error 'Namespace create command failed' because of previously created namespace so changing preserve_change to false. Signed-off-by: Pavithra <pavrampu@linux.vnet.ibm.com>
1 parent 3b4416d commit c62c123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memory/ndctl.py.data/ndctl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ size: "null"
33
map:
44
git_branch: 'pending'
55
ndctl_project_version: '73'
6-
preserve_change: True
6+
preserve_change: False
77
mnt_point: '/mnt/pmem'
88
fio_job:
99
version: !mux

0 commit comments

Comments
 (0)