From 1794286d3073b0c7478455e84a3dfd385413240d Mon Sep 17 00:00:00 2001 From: Maciej Wawryk Date: Thu, 18 Mar 2021 15:00:34 +0100 Subject: [PATCH] test/common: Update fedora version in readme Signed-off-by: Maciej Wawryk Change-Id: I27261ed2c1f2a18c06b331c226ca08617ad57077 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6939 Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris Reviewed-by: Karol Latecki --- test/common/config/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/config/README.md b/test/common/config/README.md index eb18b10f8..fc8a6b772 100644 --- a/test/common/config/README.md +++ b/test/common/config/README.md @@ -31,8 +31,8 @@ configuration file. For a full list of the variable declarations available for a ## Steps for Configuring the VM -1. Download a fresh Fedora 26 image. -2. Perform the installation of Fedora 26 server. +1. Download a fresh Fedora 33 image. +2. Perform the installation of Fedora 33 server. 3. Create an admin user sys_sgci (enabling passwordless sudo for this account will make life easier during the tests). 4. Run the vm_setup.sh script which will install all proper dependencies. 5. Modify the autorun-spdk.conf file in the home directory.