Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Verified Commit daaeb2a0 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

additional testcases,

testdata: allow higher torque in first gear to drive over uphill  parts
parent e4932a7e
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,13 @@ namespace TUGraz.VectoCore.Tests.Integration.BatteryElectric
TestCase(IEPC_Gbx3Speed_TqLimit, 0, TestName = "IEPC Gbx 3speed Job LH TqLimit"),
TestCase(IEPC_Gbx3Speed_SpeedLimit, 0, TestName = "IEPC Gbx 3speed Job LH SpeedLimit"),
TestCase(IEPC_Gbx3Speed_SpeedTqLimit, 0, TestName = "IEPC Gbx 3speed Job LH SpeedTqLimit"),
TestCase(IEPC_Gbx3Speed_SpeedTqLimit, 1, TestName = "IEPC Gbx 3speed Job CO SpeedTqLimit"),
TestCase(IEPC_Gbx3Speed_SpeedTqLimit, 4, TestName = "IEPC Gbx 3speed Job IU SpeedTqLimit"),
TestCase(IEPC_Gbx3Speed_TqLimit, -1, TestName = "IEPC Gbx 3speed Job All TqLimit"),
TestCase(IEPC_Gbx3Speed_SpeedLimit, -1, TestName = "IEPC Gbx 3speed Job All SpeedLimit"),
TestCase(IEPC_Gbx3Speed_SpeedTqLimit, -1, TestName = "IEPC Gbx 3speed Job All SpeedTqLimit"),
]
public void IEPCRunJob(string jobFile, int cycleIdx)
{
......
......@@ -16,7 +16,7 @@
"Gears": [
{
"Ratio": 8.31,
"MaxOutShaftTorque": "1500",
"MaxOutShaftTorque": "3000",
"MaxOutShaftSpeed": "1300"
},
{
......
......@@ -16,7 +16,7 @@
"Gears": [
{
"Ratio": 8.31,
"MaxOutShaftTorque": "1500",
"MaxOutShaftTorque": "3000",
"MaxOutShaftSpeed": ""
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment