Skip to content

Issues in DIAL server unit tests #26

@Rongo-JL

Description

@Rongo-JL

Hi,

We found some issues in DIAL server unit tests

  1. 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.
  2. 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.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions