Remove test dir

This commit is contained in:
Jan Rodak 2023-04-13 15:33:49 +02:00
parent 41ae56c0b3
commit d5da63f247
3 changed files with 0 additions and 236470 deletions

View File

@ -1,7 +0,0 @@
require:
- openscap-report
summary: Basic smoke test
test: ./smoke.sh
tag:
- smoke
tier: 0

View File

@ -1,14 +0,0 @@
#!/usr/bin/env bash
# Test of the basic function
set -e -o pipefail
# Generate report
oscap-report < ./test_data/arf-report.xml > report.html
# Search for some rule ID in the report
grep -q "xccdf_org\.ssgproject\.content_rule_enable_fips_mode" report.html
rm report.html
echo "Report generation success"

File diff suppressed because one or more lines are too long