Itrinegy Integration
Overview
This bundle of advanced actions allows you to use ITrinegy INE products (both physical and virtual) and perform the following actions:
- Start emulation
- Stop emulation
- Replace emulation
- Increase emulation parameters from code (latency, packet loss)
- Monitoring
Type | Advanced Action |
Version | 1.0.0 |
Maturity | Experimental |
Author | Neotys Partner team |
License | BSD Simplified |
NeoLoad | 5.2 (Enterprise or Professional Edition w/ Integration & Advanced Usage option required) |
NeoSense | Compatible |
Requirements | |
Bundled in NeoLoad | No |
Download |
jar:
Sources: |
Parameters
Itrinegy start emulation from file:
- NE_HOST: Hostname or IP address of the INE device
- NE_Login: INE Login
- NE_Password: INE Password
- Path_to_INE_Extension: Local path to the INE extension file (diagram of the emulation including all the parameters of the emulation)
Itrinegy replace emulation from file:
- Path_to_INE_Extension: Local path to the INE extension file (diagram of the emulation including all the emulation parameters)
Itrinegy stop emulation does not require any parameters
Itrinegy increase emulation parameters from code
- NE_Function_Code : LATENCY, LOSS
- Ratio: Ratio of the parameters increase
Itrinegy monitoring:
- NE_HOST: Hostname or IP address of INE device
- NE_Login: INE Login
- NE_Password: INE Password
- NeoLoadAPIHost : IP address of the Controller (Data Exchange API)
- NeoLoadAPIport : Port of the NeoLoad Data Exchange API
- NeoLoadKeyAPI : API key required to connect to the NeoLoad API (optional)
- NeoLoadLocation : Location of the INE device
Status Codes
- NL-NeOneStartAction_ERROR: Issue while trying to start the emulation on the INE device
- NL-UpdateEmulationFromFile_ERROR: Error while trying to replace the current emulation with the INE extension file
- NL-Itrinegy_ERROR: Error while trying to load emulation on the INE device
- NL-NeOneStopAction_ERROR: Error while trying to stop emulation
- NL-IncreaseSettingsByCode_ERROR: Error while trying to increase the parameters
Changelog
- 1.0.0 – Initial release