Skip to content

Commit 2fdac89

Browse files
Adjusted README to add branch to copy & simulation name. Allows different simulations for different branches.
1 parent 7f34ea6 commit 2fdac89

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ To execute the simulation, utilize the simulator tool available in the folder `C
1111
To quickly run the simulation, open a command prompt or PowerShell from the root of your solution and execute the following commands. If DataMiner is installed, the command can be run directly. Otherwise, modify the command to point to the downloaded tool's *.exe*:
1212

1313
```cmd
14-
copy /Y "Simulation\Connection_0.xml" "C:\QASNMPSimulations\SLC-C-Example_Matrix.xml"
15-
start /min "" "C:\Skyline DataMiner\Tools\QADeviceSimulator\QADeviceSimulator.exe" "SLC-C-Example_Matrix.xml"
14+
copy /Y "Simulation\Connection_0.xml" "C:\QASNMPSimulations\SLC-C-Example_Matrix_1.0.0.X.xml"
15+
start /min "" "C:\Skyline DataMiner\Tools\QADeviceSimulator\QADeviceSimulator.exe" "SLC-C-Example_Matrix_1.0.0.X.xml"
1616
```
1717

1818
For more detailed instructions on running the simulation or resolving potential issues, refer to the comprehensive documentation available at [docs.dataminer.services](https://docs.dataminer.services/user-guide/Reference/DataMiner_Tools/QADeviceSimulator/TOOQASNMPSimulator.html).

Simulation/Connection_0.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Simulation>
33
<Agents>
4-
<Agent ip="127.0.0.1" MacAddress="" SNMPVersion="1" Name="Device_Simulation_Leitch" Port="8990" AutoBuildVersion="1.2" />
4+
<Agent ip="127.0.0.1" MacAddress="" SNMPVersion="1" Name="MatrixSimulation" Port="8990" AutoBuildVersion="1.2" />
55
</Agents>
66
<Definitions>
7-
<Definition OID="1.3.6.1.2.1.1.1.0" Type="OctetString" ReturnValue="Harris Platinum Agent" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />
7+
<Definition OID="1.3.6.1.2.1.1.1.0" Type="OctetString" ReturnValue="REDACTED" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />
88
<Definition OID="1.3.6.1.2.1.1.2.0" Type="ObjectId" ReturnValue="1.3.6.1.4.1.3142.2.5.1" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />
99
<Definition OID="1.3.6.1.2.1.1.3.0" Type="TimeTicks" ReturnValue="187163522" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />
1010
<Definition OID="1.3.6.1.2.1.1.4.0" Type="OctetString" ReturnValue="Mr. SNMP" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />
1111
<Definition OID="1.3.6.1.2.1.1.5.0" Type="OctetString" ReturnValue="Multiprotocol agent" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />
12-
<Definition OID="1.3.6.1.2.1.1.6.0" Type="OctetString" ReturnValue="Chesapeake" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />
12+
<Definition OID="1.3.6.1.2.1.1.6.0" Type="OctetString" ReturnValue="REDACTED" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />
1313
<Definition OID="1.3.6.1.2.1.1.7.0" Type="Integer32" ReturnValue="7" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />
1414
<Definition OID="1.3.6.1.2.1.1.8.0" Type="TimeTicks" ReturnValue="0" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />
1515
<Definition OID="1.3.6.1.2.1.1.9.1.2.1" Type="ObjectId" ReturnValue="1.3.6.1.2.1.1" LogOutput="{INS}OID{INS} - {INS}ReturnValue{INS} ({INS}Type{INS})" Comment="" Delay="false" Save="false" SkipOID="false" />

0 commit comments

Comments
 (0)