This repository was archived by the owner on Aug 21, 2024. It is now read-only.
Commit a5adaa2
committed
scripts: Add the cid2civ script
Add a scripts that allows to download metadata about cloud images from Cloud
Image Directory and prepare them for testing via Cloud Image Validation.
* Print the supported arguments of the script:
poetry run scripts/cid2civ --help
* Download data about Azure images:
poetry run scripts/cid2civ download azure > cid.json
* Print a summary about the downloaded data:
poetry run scripts/cid2civ analyze cid.json
* Generate resources for the image validation:
poetry run scripts/cid2civ convert cid.json > civ.json1 parent 7d2fccd commit a5adaa2
File tree
4 files changed
+451
-1
lines changed- scripts
4 files changed
+451
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments