summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/agent/spirentagent.py
diff options
context:
space:
mode:
Diffstat (limited to 'vstf/vstf/agent/spirentagent.py')
-rwxr-xr-xvstf/vstf/agent/spirentagent.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/vstf/vstf/agent/spirentagent.py b/vstf/vstf/agent/spirentagent.py
new file mode 100755
index 00000000..04a9dc90
--- /dev/null
+++ b/vstf/vstf/agent/spirentagent.py
@@ -0,0 +1,6 @@
+from vstf.agent.spirent.tools import Spirent_Tools as Spirent
+
+
+class agentSpirent(Spirent):
+ def __init__(self):
+ super(agentSpirent, self).__init__()