X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/093bae4c914a872c501c3235f06096092725f015..451a6d3590ed7c049ad6ce24f8f6c01685d7d3d3:/services/api/test/fixtures/nodes.yml diff --git a/services/api/test/fixtures/nodes.yml b/services/api/test/fixtures/nodes.yml index 15115012fa..6ca22e1526 100644 --- a/services/api/test/fixtures/nodes.yml +++ b/services/api/test/fixtures/nodes.yml @@ -54,3 +54,27 @@ was_idle_now_down: ping_secret: "1bd1yi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2" slurm_state: "idle" total_cpu_cores: 16 + +new_with_no_hostname: + uuid: zzzzz-7ekkf-newnohostname00 + owner_uuid: zzzzz-tpzed-000000000000000 + hostname: ~ + slot_number: ~ + ip_address: 172.17.2.173 + last_ping_at: ~ + first_ping_at: ~ + job_uuid: ~ + info: + ping_secret: "abcdyi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2" + +new_with_custom_hostname: + uuid: zzzzz-7ekkf-newwithhostname + owner_uuid: zzzzz-tpzed-000000000000000 + hostname: custom1 + slot_number: 23 + ip_address: 172.17.2.173 + last_ping_at: ~ + first_ping_at: ~ + job_uuid: ~ + info: + ping_secret: "abcdyi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"