Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: psss/did
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ec755400739571966d197fb98da9f015be352c68
Choose a base ref
..
head repository: psss/did
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13243a18fe07f0433ff730cdd8c530c9cf843f4f
Choose a head ref
Showing with 21 additions and 8 deletions.
  1. +18 −0 plans/main.fmf
  2. +0 −8 plans/smoke.fmf
  3. +1 −0 tests/docs/main.fmf
  4. +1 −0 tests/github/main.fmf
  5. +1 −0 tests/smoke/main.fmf
18 changes: 18 additions & 0 deletions plans/main.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
discover:
how: fmf
provision:
how: local
execute:
how: tmt

/basic:
summary:
Basic functionality
discover+:
filter: "tag:basic"

/plugins:
summary:
Plugin features
discover+:
filter: "tag:plugin"
8 changes: 0 additions & 8 deletions plans/smoke.fmf

This file was deleted.

1 change: 1 addition & 0 deletions tests/docs/main.fmf
Original file line number Diff line number Diff line change
@@ -3,3 +3,4 @@ summary:
description:
Create a minimal config file.
Check help message and man page.
tag: basic
1 change: 1 addition & 0 deletions tests/github/main.fmf
Original file line number Diff line number Diff line change
@@ -2,3 +2,4 @@ summary: Verify features of the github plugin
description:
For now just a set of basic checks for supported options.
Ensure that filtering per user, org and repo works.
tag: plugin
1 change: 1 addition & 0 deletions tests/smoke/main.fmf
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
summary: Basic smoke test against github
tag: basic