Skip to content

Commit

Permalink
fix: enable ceph tests
Browse files Browse the repository at this point in the history
Fix intel#2888

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
  • Loading branch information
ffontaine committed Aug 14, 2023
1 parent e0fe54a commit 22456e8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 9 additions & 7 deletions test/test_data/ceph.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,22 @@
package_test_data = [
{
"url": "http://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/aarch64/os/Packages/c/",
"package_name": "ceph-17.2.5-13.fc39.aarch64.rpm",
"package_name": "ceph-base-18.2.0-1.fc40.aarch64.rpm",
"product": "ceph",
"version": "17.2.5",
"version": "18.2.0",
},
{
"url": "http://ftp.fr.debian.org/debian/pool/main/c/ceph/",
"package_name": "ceph_14.2.21-1_amd64.deb",
"package_name": "ceph-base_12.2.11+dfsg1-2.1+b1_amd64.deb",
"product": "ceph",
"version": "14.2.21",
"version": "12.2.11",
"other_products": ["lua"],
},
{
"url": "http://ftp.fr.debian.org/debian/pool/main/c/ceph/",
"package_name": "ceph-base_10.2.11-2_amd64.deb",
"url": "https://eu.mirror.archlinuxarm.org/aarch64/extra/",
"package_name": "ceph-15.2.17-1-aarch64.pkg.tar.xz",
"product": "ceph",
"version": "10.2.11",
"version": "15.2.17",
"other_products": ["gcc", "lua"],
},
]
2 changes: 1 addition & 1 deletion test/test_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
for i in prod_list:
all_the_tests.append(i)

DISABLED_TESTS_ACTIONS: list[str] = ["ceph"]
DISABLED_TESTS_ACTIONS: list[str] = []
DISABLED_TESTS_LOCAL: list[str] = []
DISABLED_TESTS_WINDOWS: list[str] = ["libsrtp", "p7zip"]

Expand Down

0 comments on commit 22456e8

Please sign in to comment.