-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Hi,
We found some issues in DIAL server unit tests
- launchApplicationInRunningStateWithPayload:
-> In 6.2.2 Server response, the table shows the return code should be 200 OK if the application is running and the new provided argument passed to the running application successfully. However, the test expects 201 Created. - launchApplicationInRunningStateWithNoPayload:
-> If the application is running and the message body is empty, the dial server should return 200 OK in the table in 6.2.2. But the test expects 201 Created as well. - sleepTheSystemWithNoKeyWhenItIsRequired
-> Once the device sleeps, the test code doesn't wake it up for the later test cases by sending a magic packet through WoL/WoW. Therefore, the later test case can't be run because the device is sleeping.
Could we have your idea about these issues?
Thank you.
impactracer
Metadata
Metadata
Assignees
Labels
No labels