I am wondering if it is there any Test Suite for OpenStack Nova Command Line Interfaces. I googled it and I found a bunch of Integration Test Suites (Tempest, Torpedo, StackTester, SmokeStack). Unfortunately, none of these Test Suite provides tests for Nova CLI.
Are you aware of any Nova CLI test suites? I'd like to test sequences of commands like.
nova boot ...
nova list
nova image-list
Thanks