Add UEFI support in functest
authorCatalina Focsa <catalina.focsa@enea.com>
Mon, 28 Aug 2017 12:31:12 +0000 (14:31 +0200)
committerCatalina Focsa <catalina.focsa@enea.com>
Fri, 1 Sep 2017 12:21:37 +0000 (14:21 +0200)
commitc25140b27229ce85ecbcabfe5af84622b36f0209
tree27e45ec96d0ef168354e60e9bbcf42b7e31467e0
parentd20297e509ad127b237a90ba5cedbc2500bae753
Add UEFI support in functest

Add extra properties to the cirros image
for ARM architecture.
In the glanceclient repository, the create method
expects **kwargs as parameters, thus an extra_properties
variable containing a dictionary of property-value pairs
can be added (if given) to the image to be created.
If the properties do not appear, the call should not affect
the image properties because the dictionary is initialized
as empty.

Change-Id: I690da90e6c6f250bd0a3d99cce39aa250e19b9c2
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
functest/ci/config_aarch64_patch.yaml
functest/opnfv_tests/openstack/rally/rally.py
functest/utils/openstack_utils.py