X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/78af1220d9e2ddf4d933d9a9487397414d8a3909..0398eff55902b779e8d78434873a4ed846c67b5f:/services/api/test/fixtures/nodes.yml diff --git a/services/api/test/fixtures/nodes.yml b/services/api/test/fixtures/nodes.yml index 23d2e1955e..c5516cc38b 100644 --- a/services/api/test/fixtures/nodes.yml +++ b/services/api/test/fixtures/nodes.yml @@ -47,7 +47,7 @@ was_idle_now_down: hostname: compute3 slot_number: ~ domain: "" - ip_address: 172.17.2.173 + ip_address: 172.17.2.174 last_ping_at: <%= 1.hour.ago.to_s(:db) %> first_ping_at: <%= 23.hour.ago.to_s(:db) %> job_uuid: ~ @@ -62,7 +62,7 @@ new_with_no_hostname: owner_uuid: zzzzz-tpzed-000000000000000 hostname: ~ slot_number: ~ - ip_address: 172.17.2.173 + ip_address: 172.17.2.175 last_ping_at: ~ first_ping_at: ~ job_uuid: ~ @@ -74,9 +74,20 @@ new_with_custom_hostname: owner_uuid: zzzzz-tpzed-000000000000000 hostname: custom1 slot_number: 23 - ip_address: 172.17.2.173 + ip_address: 172.17.2.176 last_ping_at: ~ first_ping_at: ~ job_uuid: ~ info: ping_secret: "abcdyi0x4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2" + +node_with_no_ip_address_yet: + uuid: zzzzz-7ekkf-nodenoipaddryet + owner_uuid: zzzzz-tpzed-000000000000000 + hostname: noipaddr + slot_number: ~ + last_ping_at: ~ + first_ping_at: ~ + job_uuid: ~ + info: + ping_secret: "abcdyefg4lb5q4gzqqtrnq30oyj08r8dtdimmanbqw49z1anz2"