CLI verification program

Verification program helps the author to setup the mocking environment for the HTTP profile (and in future it could be extended to other profile) for authoring the testing the CLI OCS YAMLs.

It provides the model based test environment where author needs to setup following aspects:

# Write the moco JSON which captures the HTTP request and response in moco style

# Write the sample YAML which captures the one or more functional test case(s)

# Place them under open-cli-sample directory under OPEN_CLI_HOME

Once this setup is done, author can verify the OCS YAML by running the following CLI

oclip <command name> --verify | -V

It will list out the success/failure of each test case written in sample YAML.