diff options
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/data/repos/standalone/RepoManifestHashCheck/DeprecatedRepoHash/expected.json | 1 | ||||
-rw-r--r-- | testdata/repos/standalone/metadata/layout.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testdata/data/repos/standalone/RepoManifestHashCheck/DeprecatedRepoHash/expected.json b/testdata/data/repos/standalone/RepoManifestHashCheck/DeprecatedRepoHash/expected.json new file mode 100644 index 00000000..4d753b93 --- /dev/null +++ b/testdata/data/repos/standalone/RepoManifestHashCheck/DeprecatedRepoHash/expected.json @@ -0,0 +1 @@ +{"__class__": "DeprecatedRepoHash", "hashes": ["sha1", "whirlpool"]} diff --git a/testdata/repos/standalone/metadata/layout.conf b/testdata/repos/standalone/metadata/layout.conf index 46e02cb8..5add29b7 100644 --- a/testdata/repos/standalone/metadata/layout.conf +++ b/testdata/repos/standalone/metadata/layout.conf @@ -5,3 +5,4 @@ eapis-banned = 1 eapis-deprecated = 5 properties-allowed = interactive live restrict-allowed = bindist fetch mirror test +manifest-hashes = BLAKE2B SHA1 SHA512 WHIRLPOOL |