Skip to content

Commit 4307fe2

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Remove unused method cleanup_tmpfile"
2 parents 05495d5 + 139a45b commit 4307fe2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

functional/common/test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ def assertInOutput(cls, expected, actual):
7676
if expected not in actual:
7777
raise Exception(expected + ' not in ' + actual)
7878

79-
@classmethod
80-
def cleanup_tmpfile(cls, filename):
81-
try:
82-
os.remove(filename)
83-
except OSError:
84-
pass
85-
8679
def assert_table_structure(self, items, field_names):
8780
"""Verify that all items have keys listed in field_names."""
8881
for item in items:

0 commit comments

Comments
 (0)