diff --git a/run_tests.sh b/run_tests.sh index 43d04c1c1..c99ece781 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -229,8 +229,8 @@ set -e if [ $RESULT -ne 0 ] && [ $RESULT -ne 2 ]; then print_header 'First Puppet run contains errors in catalog.' catch_puppet_failures - print_header 'SELinux Alerts (1st time)' - catch_selinux_alerts + #print_header 'SELinux Alerts (1st time)' + #catch_selinux_alerts exit 1 fi timestamp_puppet_log @@ -244,8 +244,8 @@ set -e if [ $RESULT -ne 0 ]; then print_header 'Second Puppet run is not idempotent.' catch_puppet_failures - print_header 'SELinux Alerts (2nd time)' - catch_selinux_alerts + #print_header 'SELinux Alerts (2nd time)' + #catch_selinux_alerts exit 1 fi timestamp_puppet_log @@ -402,7 +402,7 @@ elif [ -d .stestr ]; then fi subunit2html /tmp/openstack/tempest/testrepository.subunit /tmp/openstack/tempest/testr_results.html print_header 'SELinux Alerts (Tempest)' -catch_selinux_alerts +#catch_selinux_alerts print_header 'Done (run_tests.sh)' exit $RESULT