no more print

This commit is contained in:
Ethan Myers
2022-06-02 14:12:05 +00:00
parent 197504a728
commit 9974c3849b
@@ -124,7 +124,6 @@ write_files:
cmd = "sudo ceph daemon mds." \
"$HOSTNAME config show | grep {}".format(config)
conf = model.run_on_unit(self.TESTED_UNIT, cmd)
print(conf)
for i in (conf['Stdout'].replace('"', '')
.replace(',', '')
.strip()