Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: skip_test_env #10387

Closed
wants to merge 10 commits into from
Closed

Conversation

maage
Copy link
Contributor

@maage maage commented Mar 29, 2023

Description:

Add new keyword to test scripts, skip_test_env. If one part of comma separated value matches test env name, libvirt-based, docker-based, podman-based, test is skipped.

Rationale:

Especially under containerized test envs many security and kernel related features are not working. Generally it is not good idea to extend test containers capabilities for security reasons. Depending on test, sometimes they just install packages and that works usually in any env, but if test requires running something that is always going to fail under for example podman, then there is no point of testing.

Features like:

  • capabilities
  • selinux / restorecon

It gets tedious really fast if you need to keep tab why some tests are failing and to try to sort out real regressions.

Review Hints:

Just examples now how this feature should be used.

maage added 8 commits March 29, 2023 07:36
Feature is for tests header.

- `skip_test_env` is a string specifying comma separated list of `test_env`
  names where the running a test is skipped. Possible values are:
  `libvirt-based`, `docker-based`, `podman-based`. Main usage is a test case
  where feature-under-test uses something where there is some kind of (security)
  limitation in place in testing environment. And the limitation is impossible
  or not a good idea to remove. Especially you should not give unlimited
  permissions to containerized testing environments, environments are not
  superprivileged containers.
Certain services might not be possible to enable in for example
containerized environment. This adds support for skip_test_env feature
to `service_enabled` template.
auditd needs access to kernel audit service and it is not supported
under podman if running unprivileged containers.
fapolicyd needs extra capabilities and it is not reasonable to test it
under podman.
psacct needs extra capability and it is not reasonable to test it
under podman.
Tests run restorecon and as far as selinux does not work in containers
it is not reasonable to test.
Tests run restorecon and as far as selinux does not work in containers
it is not reasonable to test.
… podman

Using nfsd is not reasonable under podman as kernel might lack nfs
support
@openshift-ci openshift-ci bot added do-not-merge/work-in-progress Used by openshift-ci bot. needs-ok-to-test Used by openshift-ci bot. labels Mar 29, 2023
@openshift-ci
Copy link

openshift-ci bot commented Mar 29, 2023

Hi @maage. Thanks for your PR.

I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@github-actions
Copy link

Start a new ephemeral environment with changes proposed in this pull request:

rhel8 (from CTF) Environment (using Fedora as testing environment)
Open in Gitpod

Fedora Testing Environment
Open in Gitpod

Oracle Linux 8 Environment
Open in Gitpod

@github-actions
Copy link

This datastream diff is auto generated by the check Compare DS/Generate Diff.
Due to the excessive size of the diff, it has been trimmed to fit the 65535-character limit.

Click here to see the trimmed diff
Rule 'xccdf_org.ssgproject.content_rule_prefer_64bit_os' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_prefer_64bit_os' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_hashes' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_hashes' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_permissions' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_permissions' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_aide_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_aide_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_build_database' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_build_database' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_check_audit_tools' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_check_audit_tools' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_periodic_cron_checking' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_periodic_cron_checking' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_scan_notification' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_scan_notification' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_use_fips_hashes' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_use_fips_hashes' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_verify_acls' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_verify_acls' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_verify_ext_attributes' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_verify_ext_attributes' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_group_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_group_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_permissions' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_permissions' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_dracut_fips_module' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_dracut_fips_module' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_fips_mode' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_fips_mode' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_etc_system_fips_exists' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_etc_system_fips_exists' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sysctl_crypto_fips_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sysctl_crypto_fips_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_crypto-policies_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_crypto-policies_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bind_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bind_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_gnutls_tls_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_gnutls_tls_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_kerberos_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_kerberos_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_libreswan_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_libreswan_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_openssl_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_openssl_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_openssl_tls_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_openssl_tls_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_ssh_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_ssh_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_openssl_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_openssl_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_ssh_client_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_ssh_client_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_ciphers_openssh_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_ciphers_openssh_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_ciphers_opensshserver_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_ciphers_opensshserver_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_macs_openssh_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_macs_openssh_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_macs_opensshserver_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_macs_opensshserver_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_openssl_use_strong_entropy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_openssl_use_strong_entropy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_installed_OS_is_FIPS_certified' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_installed_OS_is_FIPS_certified' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_installed_OS_is_vendor_supported' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_installed_OS_is_vendor_supported' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_antivirus' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_antivirus' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_hids' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_hids' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_service_nails_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_service_nails_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_antivirus' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_antivirus' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_cma_rt' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_cma_rt' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_mcafee_antivirus_definitions_updated' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_mcafee_antivirus_definitions_updated' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_mcafeetp_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_mcafeetp_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_agent_mfetpd_running' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_agent_mfetpd_running' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_MFEhiplsm_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_MFEhiplsm_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_hbss_accm' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_hbss_accm' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_hbss_pa' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_hbss_pa' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_boot' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_boot' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_dev_shm' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_dev_shm' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_home' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_home' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_opt' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_opt' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_srv' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_srv' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_tmp' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_tmp' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_usr' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_usr' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_log' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_log' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_log_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_log_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_tmp' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_tmp' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gdm_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gdm_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_db_up_to_date' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_db_up_to_date' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_dconf_user_profile' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_dconf_user_profile' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_restart_shutdown' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_restart_shutdown' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_user_list' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_user_list' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_enable_smartcard_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_enable_smartcard_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_lock_screen_on_smartcard_removal' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_lock_screen_on_smartcard_removal' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_login_retries' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_login_retries' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_automatic_login' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_automatic_login' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_guest_login' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_guest_login' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_xdmcp' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_xdmcp' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_automount' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_automount' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_automount_open' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_automount_open' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_autorun' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_autorun' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_thumbnailers' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_thumbnailers' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_wifi_create' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_wifi_create' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_wifi_notification' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_wifi_notification' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_remote_access_credential_prompt' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_remote_access_credential_prompt' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_remote_access_encryption' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_remote_access_encryption' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_activation_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_activation_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_activation_locked' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_activation_locked' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_delay' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_delay' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_delay' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_delay' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_locked' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_locked' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_mode_blank' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_mode_blank' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_user_info' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_user_info' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_user_locks' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_user_locks' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_session_idle_user_locks' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_session_idle_user_locks' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_ctrlaltdel_reboot' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_ctrlaltdel_reboot' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_geolocation' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_geolocation' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_power_settings' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_power_settings' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_user_admin' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_user_admin' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_sudo_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_sudo_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_env_reset' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_env_reset' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_ignore_dot' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_ignore_dot' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_noexec' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_noexec' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_passwd_timeout' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_passwd_timeout' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_requiretty' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_requiretty' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_umask' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_umask' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_use_pty' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_use_pty' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_custom_logfile' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_custom_logfile' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_dedicated_group' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_dedicated_group' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_remove_no_authenticate' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_remove_no_authenticate' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_remove_nopasswd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_remove_nopasswd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_require_authentication' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_require_authentication' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_require_reauthentication' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_require_reauthentication' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_restrict_others_executable_permission' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_restrict_others_executable_permission' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_restrict_privilege_elevation_to_authorized' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_restrict_privilege_elevation_to_authorized' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_vdsm_nopasswd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_vdsm_nopasswd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_default_includedir' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_default_includedir' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_explicit_command_args' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_explicit_command_args' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_no_command_negation' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_no_command_negation' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_no_root_target' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_no_root_target' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_validate_passwd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_validate_passwd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_binutils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_binutils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_dnf-plugin-subscription-manager_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_dnf-plugin-subscription-manager_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gnutls-utils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gnutls-utils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libcap-ng-utils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libcap-ng-utils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_nss-tools_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_nss-tools_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_openscap-scanner_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_openscap-scanner_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_rear_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_rear_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_rng-tools_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_rng-tools_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_scap-security-guide_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_scap-security-guide_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_subscription-manager_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_subscription-manager_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tar_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tar_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_vim_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_vim_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-addon-ccpp_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-addon-ccpp_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-addon-kerneloops_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-addon-kerneloops_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-cli_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-cli_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-logger_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-logger_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-rhtsupport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-rhtsupport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-sosreport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-sosreport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_geolite2-city_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_geolite2-city_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_geolite2-country_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_geolite2-country_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gssproxy_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gssproxy_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_iprutils_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_iprutils_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_krb5-workstation_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_krb5-workstation_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libreport-plugin-logger_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libreport-plugin-logger_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libreport-plugin-rhtsupport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libreport-plugin-rhtsupport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pigz_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pigz_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_python3-abrt-addon_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_python3-abrt-addon_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tuned_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tuned_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_dnf-automatic_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_dnf-automatic_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_clean_components_post_updating' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_clean_components_post_updating' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dnf-automatic_apply_updates' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dnf-automatic_apply_updates' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dnf-automatic_security_updates_only' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dnf-automatic_security_updates_only' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_globally_activated' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_globally_activated' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_local_packages' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_local_packages' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_never_disabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_never_disabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_repo_metadata' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_repo_metadata' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_redhat_gpgkey_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_redhat_gpgkey_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_timer_dnf-automatic_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_timer_dnf-automatic_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_authselect' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_authselect' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_banner_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_banner_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_login_banner_text' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_login_banner_text' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pam_pwquality_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pam_pwquality_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_disallow_bypass_password_sudo' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_disallow_bypass_password_sudo' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_display_login_attempts' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_display_login_attempts' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_pam_namespace' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_pam_namespace' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_account_password_selinux_faillock_dir' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_account_password_selinux_faillock_dir' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_account_passwords_pam_faillock_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_account_passwords_pam_faillock_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwhistory_remember_password_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwhistory_remember_password_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwhistory_remember_system_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwhistory_remember_system_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_unix_remember' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_unix_remember' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_deny' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_deny' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_deny_root' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_deny_root' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_dir' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_dir' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_enforce_local' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_enforce_local' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_interval' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_interval' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_silent' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_silent' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_unlock_time' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_unlock_time' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_dcredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_dcredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_dictcheck' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_dictcheck' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_difok' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_difok' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_enforce_local' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_enforce_local' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_enforce_root' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_enforce_root' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_lcredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_lcredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_maxclassrepeat' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_maxclassrepeat' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_maxrepeat' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_maxrepeat' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_minclass' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_minclass' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_minlen' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_minlen' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_ocredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_ocredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwquality_password_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwquality_password_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwquality_system_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwquality_system_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_retry' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_retry' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_ucredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_ucredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_libuserconf' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_libuserconf' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_logindefs' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_logindefs' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_passwordauth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_passwordauth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_systemauth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_systemauth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_min_rounds_logindefs' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_min_rounds_logindefs' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_service_debug-shell_disabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_service_debug-shell_disabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_burstaction' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_burstaction' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_reboot' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_reboot' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_grub2_disable_interactive_boot' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_grub2_disable_interactive_boot' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_logind_session_timeout' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_logind_session_timeout' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_require_emergency_target_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_require_emergency_target_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_require_singleuser_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_require_singleuser_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tmux_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tmux_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bashrc_exec_tmux' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bashrc_exec_tmux' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bashrc_tmux' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bashrc_tmux' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_after_time' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_after_time' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_command' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_command' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_keybinding' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_keybinding' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_no_tmux_in_shells' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_no_tmux_in_shells' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_opensc_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_opensc_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pcsc-lite_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pcsc-lite_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_smartcard_packages' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_smartcard_packages' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_service_pcscd_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_service_pcscd_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_opensc_card_drivers' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_opensc_card_drivers' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_force_opensc_card_drivers' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastre

... The diff is trimmed here ...

@maage
Copy link
Contributor Author

maage commented Mar 29, 2023

This needs some kind of test suite support.

@mildas
Copy link
Contributor

mildas commented Mar 29, 2023

/packit retest-failed

@codeclimate
Copy link

codeclimate bot commented Apr 2, 2023

Code Climate has analyzed commit 7b8ac9b and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 51.8% (0.0% change).

View more on Code Climate.

@evgenyz
Copy link
Member

evgenyz commented Apr 4, 2023

This is a reinvention of a platform. The 'not machine' one to be precise.

@maage
Copy link
Contributor Author

maage commented Apr 6, 2023

This is a reinvention of a platform. The 'not machine' one to be precise.

Thank you.

I wonder why there is no examples of "not machine" in current code base, as it is obvious that many of the tests should not be run in containerized environment.

I'll modify this patchset.

@evgenyz
Copy link
Member

evgenyz commented Apr 6, 2023

I wonder why there is no examples of "not machine" in current code base, as it is obvious that many of the tests should not be run in containerized environment.

I'll modify this patchset.

The thing is, the rules that should not be executed in a container environment already have machine platform (which is, in essence, 'not container'). The problem is in the way we handle platforms in test scenarios. We will discuss it internally (probably next week). Stay tuned.

@jan-cerny
Copy link
Collaborator

I think that this has been replaced by #10453

@jan-cerny
Copy link
Collaborator

I'm closing this due to no activity for more than 30 days. If you still wish to work on this, feel free to reopen the PR. But I think that the feature implemented in #10453 can satisfy your workflow as well.

@jan-cerny jan-cerny closed this Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/work-in-progress Used by openshift-ci bot. needs-ok-to-test Used by openshift-ci bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants