mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
qa/cephfs: log xfstests-dev local.config
Log contents of xfstests-dev repo config file "local.config" to make debugging easier. Signed-off-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
parent
4d75730200
commit
392e278749
@ -209,8 +209,10 @@ class XFSTestsDev(CephFSTestCase):
|
|||||||
export CEPHFS_MOUNT_OPTIONS="-o name=admin,secret={self.get_admin_key()}{_options}"
|
export CEPHFS_MOUNT_OPTIONS="-o name=admin,secret={self.get_admin_key()}{_options}"
|
||||||
''')
|
''')
|
||||||
|
|
||||||
self.mount_a.client_remote.write_file(join(self.xfstests_repo_path, 'local.config'),
|
self.mount_a.client_remote.write_file(
|
||||||
xfstests_config_contents, sudo=True)
|
join(self.xfstests_repo_path, 'local.config'),
|
||||||
|
xfstests_config_contents, sudo=True)
|
||||||
|
log.info(f'local.config\'s contents -\n{xfstests_config_contents}')
|
||||||
|
|
||||||
def write_ceph_exclude(self):
|
def write_ceph_exclude(self):
|
||||||
# These tests will fail or take too much time and will
|
# These tests will fail or take too much time and will
|
||||||
|
Loading…
Reference in New Issue
Block a user