Update git submodules

* Update validations-libs from branch 'master'
  - Add better conversion of string parameters into a list
    
    The current conversion works pretty well when passing a simple string
    of validation or group names. But don't work when passing multiple
    validation or group name.
    
    ```
    >>> groups = "check-cpu"
    >>> groups = [groups]
    >>> print(groups)
    ['check-cpu']
    
    >>> groups = "check-cpu,check-ram"
    >>> groups = [groups]
    >>> print(groups)
    ['check-cpu,check-ram']
    ```
    
    This patch brings a better conversion when multiple validations or
    groups are sent through a string.
    
    Change-Id: Iba023a704dd873ea2df75c8cc6d78f929ef45bc2
    Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2020-11-03 15:29:42 +01:00 committed by Gerrit Code Review
parent 87a555896e
commit 9a3e3f4bfe
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9192d5826c23ffdd0fa62519f95b53565fa99552
Subproject commit 63e30c744ce8d63275abfac34e98825297c2cf9f