From f1f668674e044ce21a0b85a38c869148ccdfcb68 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 16 Mar 2020 21:06:37 +0000 Subject: [PATCH] tests/kola: New `basic` test using kola external tests Pairs with https://github.com/coreos/coreos-assembler/pull/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. --- tests/kola/basic | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tests/kola/basic diff --git a/tests/kola/basic b/tests/kola/basic new file mode 100755 index 0000000000..e3900a5636 --- /dev/null +++ b/tests/kola/basic @@ -0,0 +1,2 @@ +#!/bin/bash +exec systemctl is-enabled logrotate.service