nfv/nfv/nfv-tests/nfv_unit_tests
Al Bailey da24ad07a3 Prevent NFV unit tests from randomly failing
Several unit tests were declaring a table as a class variable.
Depending on the order of the tests, there could be unexpected
data in those tables causing tests to randomly fail.

The change is to make those tables instance variables in the
test classes.

Story: 2004241
Task: 27764
Change-Id: I0157f297f5d2a7a0ab5ada4f58623850cbfb72ff
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-11-21 14:06:14 -06:00
..
test_data Update VIM to use nova API version 2.53 2018-06-14 13:27:26 -05:00
tests Prevent NFV unit tests from randomly failing 2018-11-21 14:06:14 -06:00
README StarlingX open source release updates 2018-05-31 07:36:51 -07:00
__init__.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
setup.py Clean up imports based on flake8 2018-09-20 16:43:28 -05: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).
#