commit | a067405c4df172caa12a8790fe6db2f8fae593fc | [log] [tgz] |
---|---|---|
author | Manik Bindlish <manikbindlish19@gmail.com> | Mon Sep 17 09:23:45 2018 +0000 |
committer | Manik Bindlish <manikbindlish19@gmail.com> | Mon Sep 17 09:23:45 2018 +0000 |
tree | 0e1d8b1a66b0a93acde8024624c2cee53b3fe55d | |
parent | 3674fb13825a60be9eae6341ec5f7d1fdc7472b4 [diff] |
Removing duplicate variable "parsed_args.config_file" In test_run.py, there is a variable "parsed_args.config_file" which is used twice during it's assignment. Second time assignment is overwriting the assignment of first time. So this patch set will remove the un-necessary duplicity. Change-Id: I03dfb6990984a165d49ed9742f20e243370dc765 Partially-Implements: blueprint tempest-cli-unit-test-coverage