Update git submodules

* Update whitebox-tempest-plugin from branch 'master'
  to 401cb527c6eb4c3705768e3681c4b383ce44f796
  - Convert the XML vlan value found from str to int
    
    To update that created a vlan ID parameter for SR-IOV (sriov_vlan_id)
    [1], introduces the parameter as an int. When checking the vlan tag in
    the guest it will return as a str causing the check to fail e.g.:
    
    "testtools.matchers._impl.MismatchError: 2000 != '2000': Interface should have have vlan tag 2000 but instead it is tagged with 2000"
    
    Casting the vlan tag found in the XML as an int to ensure the check
    matches.
    
    [1] f7104a681d
    
    Change-Id: I62f519db8709c23824a0fee1a6ce63ab3bf1f9e2
This commit is contained in:
James Parker 2023-06-08 18:15:54 -04:00 committed by Gerrit Code Review
parent 0eb6259a26
commit 0cb2164fd4
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8a8248857818b8507382b0d012f43387b7c525dc
Subproject commit 401cb527c6eb4c3705768e3681c4b383ce44f796