nova/nova/tests/unit/virt/powervm/tasks
esberglu db686fe185 Use correct arguments in task inits
The CreateAndConnectCfgDrive and DeleteVOpt tasks were passing the
instance into the task.Task init as the first argument. The first arg
for the Task init is actually the task name [1]. This means that those
task names were string representations of the instance which will cause
failures if there are any non-ascii characters. This corrects the Task
init calls by removing instance as the first argument. The name kwarg
is now being used throughout the PowerVM tasks to avoid similar issues
in the future.

[1] https://github.com/openstack/taskflow/blob/3.1.0/taskflow/task.py#L62

Change-Id: I991a5ea33daa9a21f774fe24882ed40f990b8e0e
Closes-Bug: #1748950
2018-02-13 11:26:47 -06:00
..
__init__.py PowerVM Driver: spawn/destroy #3: TaskFlow 2017-04-21 10:57:49 -05:00
test_network.py Use correct arguments in task inits 2018-02-13 11:26:47 -06:00
test_storage.py Use correct arguments in task inits 2018-02-13 11:26:47 -06:00
test_vm.py Use correct arguments in task inits 2018-02-13 11:26:47 -06:00