Skip to content

Commit

Permalink
fix: integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: francois  samin <[email protected]>
  • Loading branch information
fsamin committed Jan 19, 2022
1 parent e834a00 commit 9cba726
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
10 changes: 0 additions & 10 deletions tests/05_sc_workflow_event_kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ testcases:

- name: import integrations
steps:
- script: {{.cdsctl}} -f {{.cdsctl.config}} admin integration-model import ./fixtures/integrations/kafka-public.yml
- script: {{.cdsctl}} -f {{.cdsctl.config}} project integration import ITSCWRKFLW18 ./fixtures/integrations/kafka.yml
- script: {{.cdsctl}} -f {{.cdsctl.config}} project integration import ITSCWRKFLW18 ./fixtures/integrations/kafka-hook.yml

Expand All @@ -40,15 +39,6 @@ testcases:
retry: 30
delay: 10

- name: check event in topic test.eventspublic
steps:
- script: kafkacat -b localhost:9092 -t test.eventspublic -C -o -1 -c 1
assertions:
- result.code ShouldEqual 0
- "result.systemoutjson.type_event ShouldContainSubstring sdk.EventRunWorkflowJob"
retry: 30
delay: 10

- name: check workflow
steps:
- script: {{.cdsctl}} -f {{.cdsctl.config}} workflow status ITSCWRKFLW18 ITSCWRKFLW18-WORKFLOW 1 --format json
Expand Down
23 changes: 0 additions & 23 deletions tests/fixtures/integrations/kafka-public.yml

This file was deleted.

0 comments on commit 9cba726

Please sign in to comment.