xenanetworks / open-automation-core

🚀 XOA framework for test execution, tester management, and data subscription.
https://docs.xenanetworks.com/projects/xoa-core
Apache License 2.0
2 stars 0 forks source link

NodeId and TesterId in XOA API def have different UUID pattern #21

Closed leonardhyu closed 1 year ago

leonardhyu commented 1 year ago

Discovered that NodeId (type uuid) is 687a4224-1a6b-4144-bb17-ee73d37298c0, but TesterId (also type uuid) is 598e592ceb28ce73b95d270a1b028ff3. Is there something wrong?

ArtemConstantinov commented 1 year ago

This is an correct behavior, TesterID is an md5 hash of tester host and port number which can provide the same value if user trying to add tester with the same credentials for multiple times, UUID in other hand is an unique Id which produce every time different value...