summaryrefslogtreecommitdiffstats
path: root/3rdparty/openpgm-svn-r1085/pgm/test/test.conf.pl
blob: 428f49efd0a87cc5b4e5fb2be0fdbd2a0c3f5e56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# test.conf.pl
use vars qw ( %config );

%config = (
	msapp => {
		host	=> 'momo',
		ip	=> '10.6.28.34',
	},
	app => {
#		host	=> 'ayaka',	ip	=> '10.6.28.31',
#		cmd	=> '/miru/projects/openpgm/pgm/ref/release-Linux-x86_64/test/app',
#		network => 'eth0;239.192.0.1'
		host	=> 'ryoko',	ip	=> '10.6.28.36',
		cmd	=> 'LD_LIBRARY_PATH=/opt/glib-sunstudio/lib:$LD_LIBRARY_PATH /miru/projects/openpgm/pgm/ref/release-SunOS-sun4u-sunstudio/test/app',
		network => 'eri0;239.192.0.1'
	},
	mon => {
		host	=> 'sora',
		cmd	=> '/miru/projects/openpgm/pgm/ref/release-Linux-x86_64/test/monitor',
		network => 'eth0;239.192.0.1'
	},
	sim => {
		host	=> 'kiku',
		cmd	=> '/miru/projects/openpgm/pgm/ref/release-Linux-x86_64/test/sim',
		network => 'eth0;239.192.0.1'
	},
);