diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/Sanity/oscap-builds-ssg/main.fmf b/Sanity/oscap-builds-ssg/main.fmf new file mode 100644 index 0000000..66635ee --- /dev/null +++ b/Sanity/oscap-builds-ssg/main.fmf @@ -0,0 +1,12 @@ +summary: Basic integration test with scap-security-guide +description: 'Checks that scap-security-guide can be built by the tested oscap.' +contact: Matej Tyc +duration: 40m +tier: 2 +recommend: +- openscap +- cmake +- make +- openscap-utils +- python3-pyyaml +- python3-jinja2 diff --git a/main.fmf b/main.fmf new file mode 100644 index 0000000..617c0fb --- /dev/null +++ b/main.fmf @@ -0,0 +1,4 @@ +component: openscap +test: ./runtest.sh +tier: 1 +duration: 5m