Add OPENSCAP_TEST_TYPE param to openscap job

will be used to differentiate between XCCDF and oval/CVE benchmarks

Change-Id: Ie20bf0a978f75a1d8463148ac0197ed7bc60ec2d
diff --git a/jenkins/client/job/security/openscap.yml b/jenkins/client/job/security/openscap.yml
index 7bedf61..b98e497 100644
--- a/jenkins/client/job/security/openscap.yml
+++ b/jenkins/client/job/security/openscap.yml
@@ -21,6 +21,12 @@
             credentials: "gerrit"
             script: test-openscap-pipeline.groovy
           param:
+            OPENSCAP_TEST_TYPE:
+              type: choice
+              description: "Type of tests to run"
+              choices:
+                - xccdf
+                - oval
             DASHBOARD_API_URL:
               type: string
               default: ""