summaryrefslogtreecommitdiff
path: root/utils/open-isns/tests/test08.pl
blob: 1487532ba6286946a0e1fdb3b09013fab3e765b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/perl
#
# Copyright (C) 2007 Olaf Kirch <olaf.kirch@oracle.com>
#
# This test case validates registration and simple query of
# single client.

push(@INC, ".");
require "harness.pl";

# For now, this one will run w/o security only
push(@ARGV, '-i');

&test_prep("test08", @ARGV);

$server = &create_server;
$client = &create_client($server);

&isns_start_server($server);

&isns_external_test($client, "tests/pauw1");

&isns_finish;