|
Ixia's Scriptgen works differently between Windows and Linux. Due to the difference, this bug results.
For Ixia Traffic test cases that are developed on Windows, it is not necessary to take ownership of the ports. As a result the $-Owner variable is not created in the script. A test case that worked on Windows will not work in Linux (fail at the configure step) because port ownership is required on Linux.
Workaround: 1. When developing the test case on Windows, always check the Port Ownership flag. 2. Use either the configure save or configure get command to generate the script. This method avoids the hard-coded values in the script. 3. Replace any configure save and configure get commands in the test case with the configure load command. (instead of the configure command) |