distcloud-client/distributedcloud-client/dcmanagerclient/tests
Victor Romano a3c4087920 Add subcloud deploy install option to dcmanager
This commit adds the command "subcloud deploy install" to
dcmanager client.

Usage:
dcmanager subcloud deploy install
          <subcloud-name-or-id>
          --sysadmin-password <password>
          [--install-values <install-values.yaml>]
          [--bmc-password <password>]
          [--release <release>]

Test Plan:
  - PASS: Verify the command works with or without --install-values,
          --bmc-password and --release.
  - PASS: Verify that, when provided, the install-values is
          successfully passed to backend.
  - PASS: Verify that the CLI asks for the sysadmin-password and
          bmc-password if they are not provided in the command
          (bmc-password is only prompt if --install-values
          is also provided).
  - PASS: Verify that the dcmanager help subcloud deploy install
          shows the correct help message containing all options.

Depends-on: https://review.opendev.org/c/starlingx/distcloud/+/883976

Story: 2010756
Task: 48057

Signed-off-by: Victor Romano <victor.gluzromano@windriver.com>
Change-Id: I962b0d8e8f1a08d9ea9b572954a4750789108325
2023-06-26 16:36:05 -03:00
..
v1 Add subcloud deploy install option to dcmanager 2023-06-26 16:36:05 -03:00
__init__.py Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
base.py Add subcloud deploy install option to dcmanager 2023-06-26 16:36:05 -03:00
base_shell_test.py Remove WR License notice from StarlingX distributed cloud client 2021-12-22 13:23:29 -05:00
test_client.py Remove WR License notice from StarlingX distributed cloud client 2021-12-22 13:23:29 -05:00
test_help_and_bash_completion.py Remove WR License notice from StarlingX distributed cloud client 2021-12-22 13:23:29 -05:00
test_httpclient.py Remove WR License notice from StarlingX distributed cloud client 2021-12-22 13:23:29 -05:00
test_shell.py Remove WR License notice from StarlingX distributed cloud client 2021-12-22 13:23:29 -05:00
test_utils.py Use multipart headers on subcloud-backup API calls 2022-12-14 18:13:50 -03:00