Skip to content

Commit

Permalink
fix local tmt
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jan 23, 2024
1 parent 634d42b commit 0ae85a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions testing-farm/plans/behave.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ discover:
- how: fmf
filter: "tag: behave"

prepare:
- how: install
type: file
pattern: behave
#provision:
# how: container

prepare:
- how: ansible
playbook: mock/integration-tests/setup-playbook/play-tf.yml

Expand Down
4 changes: 2 additions & 2 deletions testing-farm/tests/behave/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
summary: Execute the behave test
test: ./test.sh
tag: behave
duration: 2h

require:
- type: file
pattern:
- ../behave
pattern: /behave

# vi: ft=yaml
2 changes: 1 addition & 1 deletion testing-farm/tests/behave/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -eux

cd behave
cd ../../../behave
behave

0 comments on commit 0ae85a9

Please sign in to comment.