nfv/nfv/nfv-tests/nfv_unit_tests
Joshua Kraitberg cc56e9405e Rename sw-manager upgrade-strategy to sw-deploy-strategy
This commit renames the upgrade-strategy to sw-deploy-strategy for the
sw-manager CLI. I've also improved the usage of consts within
nfv-client.

The backend remains unchanged.  And functionality is not impacted beyond
the new command naming.

TEST PLAN
PASS: Use sw-deploy-strategy to upgrade from stx8 to stx9, DX
      Upgrade is not stable, but the strategy should
      execute as expected
PASS: Try to use old upgrade-strategy, it should not exist
PASS: Confirm tab auto-complete works for sw-deploy-strategy
PASS: Do sw-manager sw-deploy-strategy show
      Output should detect strategy correctly.

Story: 2011045
Task: 49716
Change-Id: I82f602b25f114097a21e83b51bb80fc8e4af9603
Signed-off-by: Joshua Kraitberg <joshua.kraitberg@windriver.com>
2024-03-14 18:33:15 -04:00
..
test_data Bring fw update detect and monitor up to the host level 2020-06-02 09:49:51 -04:00
tests Rename sw-manager upgrade-strategy to sw-deploy-strategy 2024-03-14 18:33:15 -04: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).
#