Beispiel #1
0
 async def setup_steps(self):
     """
      Execute pre-condition of test scenario.
      If the test case need some extra step in pre-condition
      then just override this method.
     """
     common.clean_up_pool_and_wallet_folder(self.pool_name,
                                            self.wallet_name)
Beispiel #2
0
 async def teardown_steps(self):
     common.clean_up_pool_and_wallet_folder(self.pool_name,
                                            self.wallet_name)
Beispiel #3
0
 async def teardown_steps(self):
     await perform(self.steps, wallet.delete_wallet, self.wallet_name, None)
     common.clean_up_pool_and_wallet_folder(self.pool_name,
                                            self.wallet_name)