diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-07-30 18:17:14 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-07-30 18:17:14 -0600 |
| commit | 640ff61422bc0ee3966941b93d9889ddbbd38d77 (patch) | |
| tree | abf1c08f5d38ee53ec8b29dc4f425722517505e6 /src/orchestration/tests/image_status.json | |
| parent | 22dae02a86c1fce71091bfa5289cf99abba1b217 (diff) | |
Diffstat (limited to 'src/orchestration/tests/image_status.json')
| -rw-r--r-- | src/orchestration/tests/image_status.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/orchestration/tests/image_status.json b/src/orchestration/tests/image_status.json new file mode 100644 index 0000000..adc1714 --- /dev/null +++ b/src/orchestration/tests/image_status.json @@ -0,0 +1,22 @@ +{ + "reportName": "vcp_fe_imagestatus", + "reportDescription": null, + "reportGeneratedOn": "2020-04-28T09:06:32.1962088-04:00", + "rowCount": 2, + "reportDataRows": [{ + "cluster": "wsbomagj-d654321-001", + "image": "i1", + "action": "UPLOAD", + "status": "SUCCESS", + "message":"Image Successfully Deleted", + "created_at": "2020-01-07 04:16:15.743617" + }, + { + "cluster": "wsbomagj-d654321-001", + "image": "i2", + "action": "UPLOAD", + "status": "FAILED", + "message":"Image Not Present in Artifactory", + "created_at": "2020-01-07 04:16:15.743617" + }] +}
\ No newline at end of file |
