Skip to content

Commit

Permalink
separate play for TF
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jan 22, 2024
1 parent be76752 commit bc21fa6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions mock/integration-tests/setup-playbook/play-tf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
- name: Prepare the testing machine for running Mock tests
hosts: all
user: "root"
vars:
mock_test_username: mockbuild
mock_test_workdir: /home/mock/mock-testing
mock_gpg_dir: "/home/mockbuild/gpg"
mock_gpg_wrapper: "/home/mockbuild/gpg-mock"
mock_test_rpmmacros: /home/mockbuild/.rpmmacros
mock_lvm_volume: /test-lvm-disk
mock_clone: /home/mockbuild/mock

tasks:
- include_tasks: tasks/main.yml
tags: always
2 changes: 1 addition & 1 deletion testing-farm/plans/behave.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ discover:

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

execute:
how: tmt
Expand Down

0 comments on commit bc21fa6

Please sign in to comment.