nfv/nfv/nfv-tests/nfv_unit_tests
Al Bailey 6f68610806 Cleanup pep8 un-used variable warnings
Enable F841 flake8 check 'variables assigned but unused'.

This primarily involved removing the variable or renaming
it as '_' to indicate it is an unused variable.

There should be no runtime difference from these changes.

Test Plan:
  PASS: tox
  PASS: sw-manager strategy creation (CLI commands)

Story: 2010531
Task: 47606
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I2431fe0c0ec7d6e01ab72668efc20c9c5e77e88f
2023-03-08 15:18:00 +00:00
..
test_data Bring fw update detect and monitor up to the host level 2020-06-02 09:49:51 -04:00
tests Cleanup pep8 un-used variable warnings 2023-03-08 15:18:00 +00:00
README StarlingX open source release updates 2018-05-31 07:36:51 -07:00
setup.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00

README

#
# Copyright (c) 2015-2016 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#

# Tox (http://tox.testrun.org/) is a tool for running tests in multiple
# virtual environments.  To use it, "pip install tox" and then run "tox"
# from this directory (where the nfv_unit_tests are located).
#