create scripts print when they are finished

This commit is contained in:
Matthew Stidham
2021-02-10 13:25:41 -08:00
parent 35270eb0ae
commit f7162411e6
11 changed files with 458 additions and 4 deletions

View File

@@ -182,6 +182,7 @@ Generic command layout:
)
ip_test.build()
print('Created %s MacVlan connections' % args.num_ports)
if __name__ == "__main__":