Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Nov 8, 2023
1 parent 8eb4c4b commit 9b57e5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/test_L2_with_mflib.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@


class L2MFLibTests(unittest.TestCase):

def setUp(self):
time_stamp = time.strftime("%Y-%m-%d %H:%M:%S")
host = socket.gethostname()
self.slice_name = f"integration test @ {time_stamp} on {host}"

def tearDown(self):
fablib.get_slice(self.slice_name).delete()
fablib.get_slice(self.slice_name).delete()

def test_add_l2_measurement_nodes(self):
"""
Expand Down

0 comments on commit 9b57e5c

Please sign in to comment.