Test checking sysctl separately
authorAlexander Popov <alex.popov@linux.com>
Mon, 28 Aug 2023 11:02:00 +0000 (14:02 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 28 Aug 2023 11:02:00 +0000 (14:02 +0300)
.github/workflows/functional_test.sh

index 89b5c77d49890e7f48dd01fac7f081fedf2fd963..f7a384dfd99d36b04c30e8a770bc99481f356890 100644 (file)
@@ -63,6 +63,13 @@ do
 done
 echo "\n>>>>> have checked $COUNT kconfigs <<<<<"
 
+echo ">>>>> check sysctl separately <<<<<"
+coverage run -a --branch bin/kconfig-hardened-check -s $SYSCTL_EXAMPLE > /dev/null
+coverage run -a --branch bin/kconfig-hardened-check -s $SYSCTL_EXAMPLE -m verbose > /dev/null
+coverage run -a --branch bin/kconfig-hardened-check -s $SYSCTL_EXAMPLE -m json > /dev/null
+coverage run -a --branch bin/kconfig-hardened-check -s $SYSCTL_EXAMPLE -m show_ok > /dev/null
+coverage run -a --branch bin/kconfig-hardened-check -s $SYSCTL_EXAMPLE -m show_fail > /dev/null
+
 echo "Collect coverage for error handling"
 
 echo ">>>>> -c and -p together <<<<<"