def tearDown(self):
     # Remove the canned result data from the KVS.
     for key in self.keys:
         TestStore.remove(key)
Exemple #2
0
 def tearDown(self):
     # Remove the canned result data from the KVS.
     for key in self.keys:
         TestStore.remove(key)