Skip to content

Commit

Permalink
test: run cli test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Jul 9, 2024
1 parent 7235aa3 commit 59d681d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ config = {
"OCM_OCM_PROVIDER_AUTHORIZER_PROVIDERS_FILE": "%s" % dirs["ocmProviders"],
},
},
"cli": {
"suites": [
"cliCommands",
],
"skip": False,
},
},
"apiTests": {
"numberOfParts": 10,
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59d681d

Please sign in to comment.