Update git submodules

* Update validations-common from branch 'master'
  to 566dc28121864af7223b4e2f09357a6b0ae0d82b
  - New validation: verify_package
    
    This validation will run only on RedHat OS family (CentOS, Fedora, ...).
    It calls the "rpm --verify|-V" command on the selected package, and
    return its status.
    
    Some notes:
    - if the package isn't installed, it will fail
    - if the package is present, but doesn't have the %verifyscript
      scriptlet, it won't fail
    - "become" is needed, especially if the verification script in the RPM
      calls some root-only things, such as "semodule" (this is the case for
      openstack-selinux, for instance)
    - if you set the validation to verbose, most of the output will be in
      the stdout - you therefore will have to go through the validation log
      to get the complete reason
    
    Change-Id: I7be310cac60b6729aa3c1a67f731421f85a78d80
This commit is contained in:
Cédric Jeanneret 2022-06-22 12:54:22 +02:00 committed by Gerrit Code Review
parent c24c23c68e
commit d10c8f50cf
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c473b46f301769cf3f8e0969125b567af9f85930
Subproject commit 566dc28121864af7223b4e2f09357a6b0ae0d82b