diff --git a/VERSION b/VERSION index 0fa4ae4890..bea438e9ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.0 \ No newline at end of file +3.3.1 diff --git a/src/VirtualClient/VirtualClient.Main/profiles/PERF-NETWORK-NTTTCP.json b/src/VirtualClient/VirtualClient.Main/profiles/PERF-NETWORK-NTTTCP.json index 199421addd..1646b4036f 100644 --- a/src/VirtualClient/VirtualClient.Main/profiles/PERF-NETWORK-NTTTCP.json +++ b/src/VirtualClient/VirtualClient.Main/profiles/PERF-NETWORK-NTTTCP.json @@ -12,7 +12,7 @@ "ProfilingEnabled": false, "ProfilingMode": "None", "TestDuration": "00:01:00", - "DuplexMode": "Half" + "NTttcpDuplexMode": "Half" }, "Actions": [ { @@ -30,7 +30,7 @@ "ProfilingScenario": "NTttcp_TCP_4K_Buffer_T1", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -48,7 +48,7 @@ "ProfilingScenario": "NTttcp_TCP_64K_Buffer_T1", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -66,7 +66,7 @@ "ProfilingScenario": "NTttcp_TCP_256K_Buffer_T1", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -84,7 +84,7 @@ "ProfilingScenario": "NTttcp_TCP_4K_Buffer_T32", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -102,7 +102,7 @@ "ProfilingScenario": "NTttcp_TCP_64K_Buffer_T32", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -120,7 +120,7 @@ "ProfilingScenario": "NTttcp_TCP_256K_Buffer_T32", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -138,7 +138,7 @@ "ProfilingScenario": "NTttcp_TCP_4K_Buffer_T256", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -156,7 +156,7 @@ "ProfilingScenario": "NTttcp_TCP_64K_Buffer_T256", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -174,7 +174,7 @@ "ProfilingScenario": "NTttcp_TCP_256K_Buffer_T256", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -192,7 +192,7 @@ "ProfilingScenario": "NTttcp_UDP_1400B_Buffer_T1", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -210,7 +210,7 @@ "ProfilingScenario": "NTttcp_UDP_1400B_Buffer_T32", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", "ProfilingMode": "$.Parameters.ProfilingMode", - "DuplexMode": "$.Parameters.DuplexMode" + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } } ], diff --git a/src/VirtualClient/VirtualClient.Main/profiles/PERF-NETWORK.json b/src/VirtualClient/VirtualClient.Main/profiles/PERF-NETWORK.json index dee04fd8c3..ede30c604f 100644 --- a/src/VirtualClient/VirtualClient.Main/profiles/PERF-NETWORK.json +++ b/src/VirtualClient/VirtualClient.Main/profiles/PERF-NETWORK.json @@ -18,7 +18,8 @@ "SockPerfDuration": "00:01:00", "ProfilingEnabled": false, "ProfilingMode": "None", - "TestDuration": "00:01:00" + "TestDuration": "00:01:00", + "NTttcpDuplexMode": "Half" }, "Actions": [ { @@ -35,7 +36,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_TCP_4K_Buffer_T1", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -52,7 +54,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_TCP_64K_Buffer_T1", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -69,7 +72,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_TCP_256K_Buffer_T1", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -86,7 +90,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_TCP_4K_Buffer_T32", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -103,7 +108,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_TCP_64K_Buffer_T32", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -120,7 +126,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_TCP_256K_Buffer_T32", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -137,7 +144,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_TCP_4K_Buffer_T256", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -154,7 +162,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_TCP_64K_Buffer_T256", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -171,7 +180,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_TCP_256K_Buffer_T256", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -188,7 +198,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_UDP_1400B_Buffer_T1", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, { @@ -205,7 +216,8 @@ "Port": "$.Parameters.NTttcpPort", "ProfilingScenario": "NTttcp_UDP_1400B_Buffer_T32", "ProfilingEnabled": "$.Parameters.ProfilingEnabled", - "ProfilingMode": "$.Parameters.ProfilingMode" + "ProfilingMode": "$.Parameters.ProfilingMode", + "DuplexMode": "$.Parameters.NTttcpDuplexMode" } }, {