aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/ftp_SUITE_data/ftpd_hosts.skel
blob: a820f8d014fc56f0d7b984746fdff94942ad925c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%% Add a host name in the appropriate list
%% Each "platform" contains a list of hostnames (a string) that can 
%% be used for testing the ftp client.
[{solaris8_sparc,      []}, 
 {solaris9_sparc,      []}, 
 {solaris10_sparc,     []}, 
 {solaris10_x86,       []}, 
 {linux_x86,           []}, 
 {linux_ppc,           []}, 
 {macosx_ppc,          []},
 {macosx_x86,          []},
 {openbsd_x86,         []},
 {freebsd_x86,         []},
 {netbsd_x86,          []},
 {windows_xp,          []},
 {windows_2003_server, []},
 {ticket_test,         []}].