diff options
author | Rex Lee <limingjiang@huawei.com> | 2018-08-14 01:44:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-14 01:44:00 +0000 |
commit | 1590c2fc24a249e1e16856b3b99b2feb904610e3 (patch) | |
tree | 601aed115a4a14510e49f416ad93255f2e662704 /docs/submodules/yardstick | |
parent | 01536a6294dfb64f9d80c29fe1fc43c11a592b73 (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bugfix: pylint fix for yardstick/orchestrator/heat.py (no-value-for-parameter)"
- Bugfix: pylint fix for yardstick/orchestrator/heat.py (no-value-for-parameter)
Problem
op_utils.get_volume_id takes 2 arguments and only pass 1. This would
cause tc006 fail!
volume_id = op_utils.get_volume_id(volume_name)
it will cause:
Running pylint...
You can speed this up by running it on 'HEAD~[0-9]' (e.g. HEAD~0, this
change only)...
Using config file /home/opnfv/repos/yardstick/.pylintrc
************* Module yardstick.orchestrator.heat
E:235,20: No value for argument 'volume_name' in function call
(no-value-for-parameter)
To Do
It doesn't need to call get_volume_id here, just use heat get_resource
would be enough. This fix should work with tc006 test case.
JIRA: YARDSTICK-1371
Change-Id: I913ffd085f742ae4464dbcc4269719e2c50e37b5
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'docs/submodules/yardstick')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject 04eb2e6ed5fa8710e853cf5d090498bf76cfdc1 +Subproject 799a7d36587b14cbc0a9e24da5ba627b7ccb935 |