Spdk/test/common/config
Michal Berger f32fd879ff test/common: Merge pkgdep/dnf into pkgdep/yum
There's no point in keeping these separate as dnf-aware distros
also support yum and there are no plans to drop it anytime soon.
In fact, since the actual list of packages between dnf and yum
was different, the centos7 was not provisioned to the full extent.

Signed-off-by: Michal Berger <michal.berger@intel.com>
Change-Id: Ieec6796bf457d37b2618a1c2756d281f4af0c5b4
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16931
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2023-05-09 17:58:11 +08:00
..
pkgdep test/common: Merge pkgdep/dnf into pkgdep/yum 2023-05-09 17:58:11 +08:00
autotest_setup.sh test/common: Rename vm_setup.sh to autotest_setup.sh 2023-05-09 17:58:11 +08:00
README.md test/common: Simplify README 2023-05-09 17:58:11 +08:00
vm_setup.sh test/common: Rename vm_setup.sh to autotest_setup.sh 2023-05-09 17:58:11 +08:00

Scripts contained in this directory, and the pkgdep/, will attempt to provision target distro with all dependencies required for running autotest suites located under test/*. The scope of supported tests may vary across supported distros due to either limitted selection of packages and/or hw-related requirements (e.g. tests targeted for CMB, PMR, QAT and similar) or specific dependencies which are not covered here (e.g. calsoft, vhost's testing VM, etc). That said, the latest releases of Fedora should be capable of running all the test suites after being fully provisioned via the pkgdep (other limitations may still apply).