diff options
Diffstat (limited to 'resources/libraries/python/TLDK/SetupTLDKTest.py')
-rw-r--r-- | resources/libraries/python/TLDK/SetupTLDKTest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/TLDK/SetupTLDKTest.py b/resources/libraries/python/TLDK/SetupTLDKTest.py index e4d7120022..e9aaec7149 100644 --- a/resources/libraries/python/TLDK/SetupTLDKTest.py +++ b/resources/libraries/python/TLDK/SetupTLDKTest.py @@ -206,7 +206,7 @@ def delete_local_tarball(tarball): call(split('sh -c "rm {0} > /dev/null 2>&1"'.format(tarball))) -class SetupTLDKTest(object): +class SetupTLDKTest: """Setup suite run on topology nodes. Many VAT/CLI based tests need the scripts at remote hosts before executing |