fbuedding
fbuedding
I think having the tenant name in only lowercase is okay and documented. What I think is unexpected and/or inconsistent, is that you can create and list service groups with...
Hello @fgalan and sorry for the late response, I'm currently quite busy due my master thesis. I tested it with 'telefonicaiot/iotagent-json:latest' and it's now working as expected.
As described in the twin [PR](https://github.com/telefonicaid/iotagent-ul/pull/624) I only really changed the following files: - `test/unit/startup-test.js` - `test/unit/ngsiv2/configurationsMqtt-test.js` - `lib/configService.js` - `lib/bindings/MQTTBinding.js` - `docs/usermanual.md` - `docs/installationguide.md`
Honestly no idea why the test is failing or timing out, here are my test results (16.x): 129 passing (13s) 3 pending File | % Stmts | % Branch |...