Skip to content

Commit

Permalink
tests: remove DAX env variable
Browse files Browse the repository at this point in the history
DAX envar is no more required to generate images with support for DAX

Signed-off-by: Julio Montes <[email protected]>
  • Loading branch information
Julio Montes committed Mar 26, 2019
1 parent f355c02 commit f32ae14
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f32ae14

Please sign in to comment.