whitebox-tempest-plugin/whitebox_tempest_plugin
James Parker 401cb527c6 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
2023-06-08 16:02:35 -04:00
..
2018-01-10 11:57:05 +00:00
2023-06-06 09:42:04 -04:00
2022-08-25 16:16:17 -04:00

Whitebox Tempest Tests

This directory contains tests to validate behavior against TripleO/Director-based deployments.

See the Tempest plugin documentation for information about creating a plugin, stable API interface, TempestPlugin class interface, plugin structure, and how to use plugins: https://docs.openstack.org/tempest/latest/plugin.html