quipucords / camayoc

Test automation framework that facilitates functional testing of quipucords.
https://camayoc.readthedocs.io/
GNU General Public License v3.0
5 stars 4 forks source link

Update deprecated `detail`, `summary` cli commands in tests #310

Closed himmAllRight closed 5 years ago

himmAllRight commented 5 years ago

Issue type

Description of issue

CLI tests are failing in the newer CLI releases because of an out dated command.

>       assert command_exitstatus == exitstatus, output
E       AssertionError: usage: qpc report [-h]
E                         {deployments,details,insights,download,merge,merge-status}
E                         ...
E       qpc report: error: argument action: invalid choice: 'detail' (choose from 'deployments', 'details', 'insights', 'download', 'merge', 'merge-status')

Completion checklist

To close this issue, the following items must be satisfied:

Related development issues

https://github.com/quipucords/qpc/pull/77