orb-community/orb

[ORB-6] Tests: enabling automated tests to run with self hosted orb

manrodrigues opened this issue · 0 comments

The env var ORB_CLOUD_ADDRESS uses orb pattern to generate mqtt and api address.. in order to test self hosted versions or other builds that don't use orb patters to those address, we need to make it variable for tests.

In order to make tests ready to run with self hosted orb using kind we need to:

  • Disable ssl validation for API requests
  • Fix mqtt route

ORB-6