functional_tests.ps1 443 B

123456789101112
  1. # Requirements so far:
  2. # dockerd running
  3. # - image microsoft/nanoserver (matching host base image) docker load -i c:\baseimages\nanoserver.tar
  4. # - image alpine (linux) docker pull --platform=linux alpine
  5. # TODO: Add this a parameter for debugging. ie "functional-tests -debug=$true"
  6. #$env:HCSSHIM_FUNCTIONAL_TESTS_DEBUG="yes please"
  7. #pushd uvm
  8. go test -v -tags "functional uvmcreate uvmscratch uvmscsi uvmvpmem uvmvsmb uvmp9" ./...
  9. #popd