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:
Rishabh Dave 2022-06-08 22:32:27 +05:30
parent 4d75730200
commit 392e278749

View File

@ -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