Print this page
NEX-18791 Catch up with illumos 5869
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
5869 Need AES CMAC support in KCF+PKCS11
Portions contributed by: Jason King <jason.king@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
NEX-7193 Integrate NFS nfsgen tests
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-5326 Integrate NFSv4 test suites
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-5069 Integrate SMF command line interfaces test suites
Reviewed by: Tom Whitten <thomas.whitten@nexenta.com>
NEX-4516 backport cpqary3 update from illumos
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
6113 cpqary3: add support for hp gen9 smart array controllers
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Dan McDonald <danmcd@omniti.com>
NEX-4461 backport illumos #6202 (htable crime wave)
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
NEX-4438 Integrate NFS share mount test suite
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
NEX-3627 CLONE - Port NEX-3626 Port ndmp test suites to nza-kernel
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-3235 integrate smbclient test suite
NEX-3206 To port the existing STC COMSTAR iSCSI test suite into usr/src/test
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-2633 Need to modify Makefile to build lofi and share test suites

*** 10,21 **** # # # Copyright (c) 2012 by Delphix. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> # .PARALLEL: $(SUBDIRS) ! SUBDIRS = libc-tests crypto-tests os-tests test-runner util-tests zfs-tests include Makefile.com --- 10,36 ---- # # # Copyright (c) 2012 by Delphix. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> + # Copyright 2016 Nexenta Systems, Inc. All rights reserved. # .PARALLEL: $(SUBDIRS) ! SUBDIRS= comstar-tests \ ! crypto-tests \ ! libc-tests \ ! lofi-tests \ ! ndmp-tests \ ! nfsgen-tests \ ! nfssharemnt-tests \ ! nfsv4-tests \ ! os-tests \ ! sharefs-tests \ ! smbclient-tests \ ! smf-tests \ ! test-runner \ ! util-tests \ ! zfs-tests include Makefile.com