nfv/nfv/nfv-tests/nfv_scenario_tests
Tao Liu 935aa906ba Decouple Fault Management from stx-config
Update NFV to use FM rest API service:
Add a NFVI open stack plugin for FM
Update the NFV infrastructure and web server to use FM plugin
Update sysinv plugin and remove get alarms and logs calls

Story: 2002828
Task: 22747

Depends-On: https://review.openstack.org/#/c/591452/

Change-Id: I60ff74ccfb2ec2eaad427a23fe4d58d4fc49ab79
Signed-off-by: Tao Liu <tao.liu@windriver.com>
2018-08-17 11:26:34 -04:00
..
data Fix yamllint and bashate tox warnings 2018-07-09 12:06:57 -05:00
tests Decouple Fault Management from stx-config 2018-08-17 11:26:34 -04: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 StarlingX open source release updates 2018-05-31 07:36:51 -07:00
coverage.ini StarlingX open source release updates 2018-05-31 07:36:51 -07:00
debug.ini StarlingX open source release updates 2018-05-31 07:36:51 -07:00
main.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
setup.py StarlingX open source release updates 2018-05-31 07:36:51 -07: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
#