From f32ae148839764810ea70570e378fc803c9c5a7c Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Mon, 25 Mar 2019 14:20:41 -0600 Subject: [PATCH] tests: remove DAX env variable DAX envar is no more required to generate images with support for DAX Signed-off-by: Julio Montes --- tests/test_images.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/test_images.sh b/tests/test_images.sh index 451436067..c16558155 100755 --- a/tests/test_images.sh +++ b/tests/test_images.sh @@ -465,13 +465,6 @@ test_distros() IMAGES_BUILD_DEST="$images_dir" \ DEBUG=1 ) - - # Only firecracker doesn't support NVDIMM - if [ "${KATA_HYPERVISOR}" != "firecracker" ]; then - commonMakeVars+=(DAX="yes") - fi - - echo -e "$separator" # If a distro was specified, filter out the distro list to only include that distro