Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/tools/testing/selftests/static_keys/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 757 B image not shown  

Quelle  test_static_keys.sh   Sprache: Shell

 
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Runs static keys kernel module tests

# Kselftest framework requirement - SKIP code is 4.
ksft_skip=4

if ! /sbin/modprobe -q -n test_static_key_base; then
 echo "static_keys: module test_static_key_base is not found [SKIP]"
 exit $ksft_skip
fi

if ! /sbin/modprobe -q -n test_static_keys; then
 echo "static_keys: module test_static_keys is not found [SKIP]"
 exit $ksft_skip
fi

if /sbin/modprobe -q test_static_key_base; then
 if /sbin/modprobe -q test_static_keys; then
  echo "static_keys: ok"
  /sbin/modprobe -q -r test_static_keys
  /sbin/modprobe -q -r test_static_key_base
 else
  echo "static_keys: [FAIL]"
  /sbin/modprobe -q -r test_static_key_base
 fi
else
 echo "static_keys: [FAIL]"
 exit 1
fi

Messung V0.5
C=95 H=97 G=95

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.