s3/script/tests: Allow test script to accept option protocol list
commitf26c678a2ca550de6207634a8ea1461699cf54d6
authorNoel Power <noel.power@suse.com>
Tue, 19 Nov 2019 15:45:35 +0000 (19 15:45 +0000)
committerRalph Boehme <slow@samba.org>
Thu, 5 Dec 2019 17:14:46 +0000 (5 17:14 +0000)
treedf9172aa1fef94abd61a36a9d81fca487d75f9d8
parentf56314a97c508e105cd2b981730cd4fd25b0c6e4
s3/script/tests: Allow test script to accept option protocol list

test_preserve_case.sh tests a range of protocols, this however
fails when running against the normal test env (which have min
protocol of SMB2) because one of the protocols is NT1. This change
allows tests to pass the protocol (or list of protocols) so that
tests can be split.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/script/tests/test_preserve_case.sh