Skip to content

Commit

Permalink
run the actual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 14, 2024
1 parent 88bae83 commit 4d7e900
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plans/sqlite.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ summary: Run with SQLite backend
execute:
how: tmt
script:
- echo '[bley]' > /etc/bley/bley.conf
- cp test/whitelist_* /etc/bley
- grep -vE '(^(#|$|db)|bleygraph)' test/bley_test.conf.in > /etc/bley/bley.conf
- echo 'log_file = /tmp/bley.log' >> /etc/bley/bley.conf
- echo 'dbtype = sqlite3' >> /etc/bley/bley.conf
- echo 'dbname = /tmp/bley.db' >> /etc/bley/bley.conf
- systemctl enable --now bley
- systemctl status bley
- trial test/test_*.py

0 comments on commit 4d7e900

Please sign in to comment.