Lines Matching +full:run +full:- +full:selinux +full:- +full:test
1 # -*- mode: ruby -*-
3 # Vagrant configuration file which creates a virtual machine that can run the
4 # test suite using fedora-test-runner.sh, in an environment similar to the one
5 # used for automated continuous integration tests (Travis-CI)
9 # vagrant up --provision
13 # vagrant rsync && echo ./run-selinux-test.sh | vagrant ssh
19 # Create a helper script in the VM to run the testsuite as root from a clean environment
21 cat > /home/vagrant/run-selinux-test.sh << EOF
23 set -e -v
25 # Run the tests
26 sudo /root/selinux/scripts/ci/fedora-test-runner.sh
29 chmod +x /home/vagrant/run-selinux-test.sh
37 config.vm.box = "fedora/36-cloud-base"
38 config.vm.synced_folder "../..", "/root/selinux"