Skip to content

Commit

Permalink
tests/kola: New basic test using kola external tests
Browse files Browse the repository at this point in the history
Pairs with coreos/coreos-assembler#1252

The motivation here is to get the ball rolling for (where it
makes sense) to have a place to add tests corresponding to changes
in this repository.
  • Loading branch information
cgwalters committed Mar 16, 2020
1 parent 4c7fa4d commit 9b84f82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/kola/basic
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

if ! systemctl is-active logrotate.service; then
echo "logrotate not active" 1>&2
exit 1
fi

0 comments on commit 9b84f82

Please sign in to comment.