test: run cli test suites
This commit is contained in:
+7
-1
@@ -151,6 +151,12 @@ config = {
|
|||||||
"OCM_OCM_PROVIDER_AUTHORIZER_PROVIDERS_FILE": "%s" % dirs["ocmProviders"],
|
"OCM_OCM_PROVIDER_AUTHORIZER_PROVIDERS_FILE": "%s" % dirs["ocmProviders"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"cli": {
|
||||||
|
"suites": [
|
||||||
|
"cliCommands",
|
||||||
|
],
|
||||||
|
"skip": False,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"apiTests": {
|
"apiTests": {
|
||||||
"numberOfParts": 10,
|
"numberOfParts": 10,
|
||||||
@@ -859,7 +865,7 @@ def localApiTestPipeline(ctx):
|
|||||||
pipeline = {
|
pipeline = {
|
||||||
"kind": "pipeline",
|
"kind": "pipeline",
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
"name": "localApiTests-%s-%s" % (suite, storage),
|
"name": "%s-Tests-%s-%s" % ("CLI" if name.startswith("cli") else "API", suite, storage),
|
||||||
"platform": {
|
"platform": {
|
||||||
"os": "linux",
|
"os": "linux",
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
@@ -368,9 +368,9 @@ default:
|
|||||||
- SharingNgContext:
|
- SharingNgContext:
|
||||||
- SpacesContext:
|
- SpacesContext:
|
||||||
|
|
||||||
cliResetPassword:
|
cliCommands:
|
||||||
paths:
|
paths:
|
||||||
- "%paths.base%/../features/cliResetPassword"
|
- "%paths.base%/../features/cliCommands"
|
||||||
context: *common_ldap_suite_context
|
context: *common_ldap_suite_context
|
||||||
contexts:
|
contexts:
|
||||||
- FeatureContext: *common_feature_context_params
|
- FeatureContext: *common_feature_context_params
|
||||||
|
|||||||
Reference in New Issue
Block a user