add device tags
This commit is contained in:
parent
2fcd13a16b
commit
f5a2ecd6fd
2 changed files with 18 additions and 8 deletions
|
|
@ -41,11 +41,11 @@ def test_matrix_workers_to_sd_valid_input():
|
|||
"addresses": ["10.0.0.1", "192.168.1.1"],
|
||||
"hostname": "test-host",
|
||||
"clientVersion": "1",
|
||||
"tags": ["tag:matrix"],
|
||||
"id": "id",
|
||||
"name": "name",
|
||||
"os": "linux",
|
||||
"authorized": True,
|
||||
"tags": ["tag:test"],
|
||||
"tailnet": "testnet",
|
||||
}
|
||||
workers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue