X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/10e7635b3627c7a70f9ed4bc5adee92854a3a274..1c36703db22a4695f0a2aebaa3ffbd5d8d64997f:/services/api/test/fixtures/container_requests.yml diff --git a/services/api/test/fixtures/container_requests.yml b/services/api/test/fixtures/container_requests.yml index 87c712e05b..371db4a59d 100644 --- a/services/api/test/fixtures/container_requests.yml +++ b/services/api/test/fixtures/container_requests.yml @@ -13,7 +13,6 @@ queued: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-queuedcontainer - requesting_container_uuid: zzzzz-dz642-requestingcntnr running: uuid: zzzzz-xvhdp-cr4runningcntnr @@ -30,7 +29,6 @@ running: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-runningcontainr - requesting_container_uuid: zzzzz-dz642-requestingcntnr running-older: uuid: zzzzz-xvhdp-cr4runningcntn2 @@ -47,7 +45,6 @@ running-older: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-runningcontain2 - requesting_container_uuid: zzzzz-dz642-requestingcntnr completed: uuid: zzzzz-xvhdp-cr4completedctr @@ -64,7 +61,6 @@ completed: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-compltcontainer - requesting_container_uuid: zzzzz-dz642-requestingcntnr completed-older: uuid: zzzzz-xvhdp-cr4completedcr2 @@ -81,4 +77,20 @@ completed-older: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-compltcontainr2 + +cr_for_requester: + uuid: zzzzz-xvhdp-cr4requestercnt + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: requester_cr + state: Final + priority: 1 + created_at: 2016-01-11 11:11:11.111111111 Z + updated_at: 2016-01-11 11:11:11.111111111 Z + modified_at: 2016-01-11 11:11:11.111111111 Z + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + container_image: test + cwd: test + output_path: test + command: ["echo", "hello"] + container_uuid: zzzzz-dz642-requestercntnr1 requesting_container_uuid: zzzzz-dz642-requestingcntnr