make test: improve stability
[vpp.git] / test / util.py
index 24e9af4..a648490 100644 (file)
@@ -1,3 +1,5 @@
+""" test framework utilities """
+
 import socket
 import sys
 from abc import abstractmethod, ABCMeta