nfv/nfv/nfv-tests/nfv_scenario_tests
Bart Wensley baeaa604a5 Update default floating management address
At some point in stx.3.0, the default floating management address
was changed from 192.168.204.2 to 192.168.204.1. Although this
didn't cause any functional impact to the VIM (since its config
files are updated by puppet to use the correct address), it did
impact manual testcases and a config file for the VIM's
automated tests (scenario tests).

Updating manual testcases and config files with the new default
floating management address.

Change-Id: Ide85b03b2eda7b2c69e64f061634018f0475eb7a
Story: 2004515
Task: 39930
Signed-off-by: Bart Wensley <barton.wensley@windriver.com>
2020-06-01 17:39:53 -05:00
..
data small cleanup required by OBS badness check - exec rights on non executable not allowed 2019-09-17 08:54:22 +02:00
tests Revert "update refresh alarms/logs method to fit fm containerization" 2019-10-23 15:46:29 +08: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
config.ini Update default floating management address 2020-06-01 17:39:53 -05:00
coverage.ini small cleanup required by OBS badness check - exec rights on non executable not allowed 2019-09-17 08:54:22 +02:00
debug.ini small cleanup required by OBS badness check - exec rights on non executable not allowed 2019-09-17 08:54:22 +02:00
main.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06: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
#

#
# cd /usr/lib64/python2.7/site-packages/nfv_scenario_tests
#
# To run without coverage:
#   clear; python ./main.py -c ./config.ini -d default-data -s submission-setup -t submission-tests
#   clear; python ./main.py -c ./config.ini -d default-data-guest -s submission-setup-guest -t submission-tests
#
# To run with coverage:
#   mkdir -p /var/run/sm/services/
#   touch /var/run/sm/services/vim.unmanaged
#   kill nfv-vim processes
#
#   coverage erase --rcfile ./coverage.ini
#   coverage run --rcfile ./coverage.ini /usr/bin/nfv-vim -c /etc/nfv/vim/config.ini &
#   python ./main.py -c ./config.ini
#   kill nfv-vim processes
#   coverage report --rcfile ./coverage.ini
#