Skip to content

Commit

Permalink
test: remove unnecessary integration tests for micronaut-test-junit5 (#…
Browse files Browse the repository at this point in the history
…880)

Signed-off-by: behnazh-w <[email protected]>
  • Loading branch information
behnazh-w authored Sep 30, 2024
1 parent 0df909f commit 4d3e4ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 74 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Policy("test_policy", component_id, "") :-
is_repo_url(component_id, "https://github.com/micronaut-projects/micronaut-test").

apply_policy_to("test_policy", component_id) :-
is_component(component_id, "pkg:github.com/micronaut-projects/micronaut-test@5b81340f319a2287cb2e81ddec0154c0ea2510cf").
is_component(component_id, purl),
match("pkg:maven/io.micronaut.test/micronaut-test-junit5@.*", purl).
22 changes: 0 additions & 22 deletions tests/integration/cases/micronaut-projects_micronaut-test/slf4j.dl

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,15 @@ steps:
kind: analyze
options:
command_args:
- -rp
- https://github.com/micronaut-projects/micronaut-test
- -d
- 5b81340f319a2287cb2e81ddec0154c0ea2510cf
- -purl
- pkg:maven/io.micronaut.test/[email protected]
- name: Validate JSON report schema
kind: validate_schema
options:
kind: json_schema
schema: output_json_report
result: output/reports/github_com/micronaut-projects/micronaut-test/micronaut-test.json
- name: Run macaron analyze qos-ch/slf4j
kind: analyze
options:
command_args:
- -rp
- https://github.com/qos-ch/slf4j
- -d
- e9ee55cca93c2bf26f14482a9bdf961c750d2a56
- name: Run macaron analyze ben-manes/caffeine
kind: analyze
options:
command_args:
- -rp
- https://github.com/ben-manes/caffeine
- -d
- 05a040c2478341bab8a58a02b3dc1fe14d626d72
result: output/reports/maven/io_micronaut_test/micronaut-test-junit5/micronaut-test-junit5.json
- name: Run macaron verify-policy for micronaut-test
kind: verify
options:
policy: micronaut-test.dl
- name: Run macaron verify-policy for caffeine
kind: verify
options:
policy: caffeine.dl
- name: Run macaron verify-policy for slf4j
kind: verify
options:
policy: slf4j.dl

0 comments on commit 4d3e4ad

Please sign in to comment.