@@ -175,7 +175,7 @@ def test_recovery_ddb_rm(self):
175175 self .log_step ("Find the vos file name." )
176176 vos_paths = self .server_managers [0 ].get_vos_files (pool )
177177 if not vos_paths :
178- self .fail (f "vos file wasn't found!" )
178+ self .fail ("vos file wasn't found!" )
179179 ddb_command = DdbCommand (self .server_managers [0 ].hosts [0 :1 ], self .bin , vos_paths [0 ])
180180
181181 self .log_step ("Call ddb rm to remove the akey." )
@@ -310,7 +310,7 @@ def test_recovery_ddb_load(self):
310310 host = self .server_managers [0 ].hosts [0 :1 ]
311311 vos_paths = self .server_managers [0 ].get_vos_files (pool )
312312 if not vos_paths :
313- self .fail (f "vos file wasn't found!" )
313+ self .fail ("vos file wasn't found!" )
314314 ddb_command = DdbCommand (host , self .bin , vos_paths [0 ])
315315
316316 self .log_step ("Load new data into [0]/[0]/[0]/[0]; Create a file in test node." )
@@ -386,7 +386,7 @@ def test_recovery_ddb_dump_value(self):
386386 self .log_step ("Find the vos file name." )
387387 vos_paths = self .server_managers [0 ].get_vos_files (pool )
388388 if not vos_paths :
389- self .fail (f "vos file wasn't found!" )
389+ self .fail ("vos file wasn't found!" )
390390 ddb_command = DdbCommand (self .server_managers [0 ].hosts [0 :1 ], self .bin , vos_paths [0 ])
391391
392392 self .log_step ("Dump the two akeys to files." )
0 commit comments