I'm now using Spirent_TestCenter_4.75/Spirent_TestCenter_Application_Linux/ for developing automation scripts. I want to use it to generate 2000 flows.
My colleague is using a Windows Spirent TestCenter and L4L7 port, and she is able to send the traffic.
My chanssis/port is also an L4L7 one. But I got below errors with my code. Seems the linux version didn't support the L4L7 port? But why my collegue succeeded with the windows STC? Can anyone tell me why? Thanks.
from StcPython import StcPython stc = StcPython() stc.connect("10.0.234.55") stc.reserve("10.0.234.55/1/1") 09:34:35.378 ERROR - in reserve: //10.0.234.55/1/1: Test package l4l7 is active. Application requires l2l3,stc,stcv,stcMultiPort,stc-lxc,l1,OSE for testing.