cablelabs / lpwanserver

LPWAN Provisioning & Management Server
https://lpwanserver.com
Apache License 2.0
37 stars 11 forks source link

Fix the CI test #396

Closed dschrimpsher closed 3 years ago

dschrimpsher commented 3 years ago

What does this PR do?

It fixes the CI E2E test that was failing.

Do you have any concerns with this PR?

No

How can the reviewer verify this PR?

Verify the Travis CI process test passes

Any background context you want to provide?

  1. The docker container names of the chirp stack changed so that had to be updated
  2. The Database conatiner names changed so the clean wasn't working fully before the test
  3. Lora 2.0 app server switched login to use email rather than username so that was also fixed

    Screenshots or logs (if appropriate)

    lpwanserver_dev_e2e_test | 209 passing (17s) lpwanserver_dev_e2e_test | 22 pending lpwanserver_dev_e2e_test | lpwanserver_dev_e2e_test exited with code

    Questions:

    • Have you connected this PR to the issue it resolves?
    • No this is a premerge to then merge the automated update branches
    • Does the documentation need an update?
    • No
    • Does this add new dependencies?
    • No
    • Have you added unit or functional tests for this PR?
    • Not added but fixed the existing ones