Upload the contribution of vstf as bottleneck network framework.
[bottlenecks.git] / vstf / vstf / agent / spirentagent.py
1 from vstf.agent.spirent.tools import Spirent_Tools as Spirent
2
3
4 class agentSpirent(Spirent):
5     def __init__(self):
6         super(agentSpirent, self).__init__()