Upload the contribution of vstf as bottleneck network framework.
[bottlenecks.git] / vstf / vstf / agent / spirentagent.py
diff --git a/vstf/vstf/agent/spirentagent.py b/vstf/vstf/agent/spirentagent.py
new file mode 100755 (executable)
index 0000000..04a9dc9
--- /dev/null
@@ -0,0 +1,6 @@
+from vstf.agent.spirent.tools import Spirent_Tools as Spirent
+
+
+class agentSpirent(Spirent):
+    def __init__(self):
+        super(agentSpirent, self).__init__()