xenanetworks / open-automation-rfc-test-suites

🚀 XOA test suite library for network performance benchmarking and more.
https://docs.xenanetworks.com/projects/xoa-core
Apache License 2.0
2 stars 1 forks source link

Adapt to the new `port_identities` #8

Closed leonardhyu closed 10 months ago

leonardhyu commented 1 year ago

This will be the new port_identities in both xoa json and rest api payload. Please adapt your test suite accordingly.

"port_identities": [
        {
            "tester_id": "66819eb076c5cd6901fa214d0685c8cf",
            "module_index": 1,
            "port_index": 0
        },
        {
            "tester_id": "66819eb076c5cd6901fa214d0685c8cf",
            "module_index": 1,
            "port_index": 1
        }
    ],