2 questions
0
votes
0
answers
52
views
Cannot successfully set input from workspace for Simulink test harness
I am trying to use the test harness to verify the function of my Simulink model. I set the input from Workspace, and write a .m file to build the input structure(I got embedded bus element in my bus ...
0
votes
0
answers
18
views
What url should I use for S3 url when using Testharness?
I have an application that has a config that fails if the s3 bucket is unavailable.
I add the following to my test application.yaml
s3:
access.key: "testAccessKey"
secret.key: "...