Most of the information gathered there is outdated and generic and falls out of scope of what vm_setup.sh/pkgdep is actually doing. Simply mention the main purpose of the script, leaving actual configuration to the user. Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: I126515dea019e7f1cd76c8be1339aea080d2a2b0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16927 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
9 lines
631 B
Markdown
9 lines
631 B
Markdown
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).
|