test: run cli test suites

This commit is contained in:
Saw-jan
2024-07-08 17:59:33 +05:45
parent 13b428ecae
commit 9e6b6bc0f3
3 changed files with 9 additions and 3 deletions

View File

@@ -151,6 +151,12 @@ config = {
"OCM_OCM_PROVIDER_AUTHORIZER_PROVIDERS_FILE": "%s" % dirs["ocmProviders"],
},
},
"cli": {
"suites": [
"cliCommands",
],
"skip": False,
},
},
"apiTests": {
"numberOfParts": 10,
@@ -859,7 +865,7 @@ def localApiTestPipeline(ctx):
pipeline = {
"kind": "pipeline",
"type": "docker",
"name": "localApiTests-%s-%s" % (suite, storage),
"name": "%s-Tests-%s-%s" % ("CLI" if name.startswith("cli") else "API", suite, storage),
"platform": {
"os": "linux",
"arch": "amd64",

View File

@@ -368,9 +368,9 @@ default:
- SharingNgContext:
- SpacesContext:
cliResetPassword:
cliCommands:
paths:
- "%paths.base%/../features/cliResetPassword"
- "%paths.base%/../features/cliCommands"
context: *common_ldap_suite_context
contexts:
- FeatureContext: *common_feature_context_params