003 File Manager
Current Path:
/usr/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/checksum
usr
/
src
/
sys
/
contrib
/
openzfs
/
tests
/
zfs-tests
/
tests
/
functional
/
checksum
/
📁
..
📄
.gitignore
(33 B)
📄
Makefile.am
(686 B)
📄
cleanup.ksh
(1.09 KB)
📄
default.cfg
(1.09 KB)
📄
edonr_test.c
(6.61 KB)
📄
filetest_001_pos.ksh
(3.32 KB)
📄
filetest_002_pos.ksh
(2.51 KB)
📄
run_edonr_test.ksh
(759 B)
📄
run_sha2_test.ksh
(758 B)
📄
run_skein_test.ksh
(759 B)
📄
setup.ksh
(1.04 KB)
📄
sha2_test.c
(7.39 KB)
📄
skein_test.c
(11.83 KB)
Editing: run_edonr_test.ksh
#!/bin/ksh -p # # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright (c) 2015, 2016 by Delphix. All rights reserved. # . $STF_SUITE/include/libtest.shlib # # Description: # Run the tests for the EdonR hash algorithm. # log_assert "Run the tests for the EdonR hash algorithm." freq=$(get_cpu_freq) log_must $STF_SUITE/tests/functional/checksum/edonr_test $freq log_pass "EdonR tests passed."
Upload File
Create Folder