From c388dfea5a9de5771283fbf0f5ebc5a45c895b79 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Fri, 30 Oct 2015 17:09:22 +0100 Subject: test-execute: add tests for OOMScoreAdjust --- test/exec-oomscoreadjust-negative.service | 7 +++++++ test/exec-oomscoreadjust-positive.service | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 test/exec-oomscoreadjust-negative.service create mode 100644 test/exec-oomscoreadjust-positive.service (limited to 'test') diff --git a/test/exec-oomscoreadjust-negative.service b/test/exec-oomscoreadjust-negative.service new file mode 100644 index 0000000000..63ab501c63 --- /dev/null +++ b/test/exec-oomscoreadjust-negative.service @@ -0,0 +1,7 @@ +[Unit] +Description=Test for OOMScoreAdjust + +[Service] +ExecStart=/bin/bash -c 'c=$(cat /proc/self/oom_score_adj); echo $c; exit $(test $c -eq -100)' +OOMScoreAdjust=-100 +Type=oneshot diff --git a/test/exec-oomscoreadjust-positive.service b/test/exec-oomscoreadjust-positive.service new file mode 100644 index 0000000000..e47a4f1392 --- /dev/null +++ b/test/exec-oomscoreadjust-positive.service @@ -0,0 +1,7 @@ +[Unit] +Description=Test for OOMScoreAdjust + +[Service] +ExecStart=/bin/bash -c 'c=$(cat /proc/self/oom_score_adj); echo $c; exit $(test $c -eq 100)' +OOMScoreAdjust=100 +Type=oneshot -- cgit v1.2.3-54-g00ecf