ikev2: support responder hostname
[vpp.git] / test / test_stats_client.py
index dcbf0fe..300e820 100644 (file)
@@ -1,13 +1,14 @@
-#!/usr/bin/env python2.7
+#!/usr/bin/env python3
 
 import unittest
-import time
 import psutil
 from vpp_papi.vpp_stats import VPPStats
 
+from framework import tag_fixme_vpp_workers
 from framework import VppTestCase, VppTestRunner
 
 
+@tag_fixme_vpp_workers
 class StatsClientTestCase(VppTestCase):
     """Test Stats Client"""