Implement bbctl test CHART_NAME
functionality
Import the gluon testing library in bbctl
and implement the full functionality. If necessary, create a GluonClient
that can be used to run the tests.
Acceptance Criteria
-
bbctl
imports the library written in #133 -
bbctl test CHART_NAME
is able to execute the tests for a givenCHART_NAME
-
bbctl
should attempt to resolve theCHART_NAME
in the same waybbctl version CHART_NAME
works. Users shouldn't need to know the release name, etc.
-
Edited by Daniel Dides