root / branches / multithread / conf / master.properties

Revision 2, 7.0 kB (checked in by jordi, 2 years ago)

Imported PlanetSim 3.0

Line 
1################################################################################
2# Main configuration file:                                                     #
3# -----------------------------                                                #
4# This file specifies which real configuration file is used to run             #
5# the desired test.                                                            #
6#                                                                              #
7# How to use:                                                                  #
8# -----------------------------                                                #
9# By default, all keys of this file just specify the required configuration    #
10# file for each test. You can modify their values at any moment to             #
11# put any other filename.                                                      #
12#                                                                              #
13# If appears repeatedly the same key, you can select which is the current      #
14# configuration for that test. How? Only you have to leave uncomment one of    #
15# them.                                                                        #
16#                                                                              #
17# Remember that you can modify the values that appear in configuration         #
18# files, too.                                                                  #
19#                                                                              #
20# Made by:                                                                     #
21#  Jordi Pujol Ahullo (jordi.pujol@estudiants.urv.es)                          #
22# Under:                                                                       #
23#  Planet Project: http://ants.etse.urv.es/planet                              #
24#  PlanetSim:      htpp://ants.etse.urv.es/planetsim                           #
25################################################################################
26
27#
28# The following properties specifies required configuration file for each
29# test.
30#
31
32################################################################################
33# This test only runs under Chord overlay
34#
35IDTEST = ../conf/chord.properties
36
37################################################################################
38SIMNETTEST = ../conf/chord.properties
39#SIMNETTEST = ../conf/symphony.properties
40
41################################################################################
42# This test only runs under Chord overlay
43#
44SIMPLETEST = ../conf/chord.properties
45
46################################################################################
47# This test only runs under Chord overlay
48#
49SIMTEST = ../conf/chord.properties
50
51################################################################################
52TESTPOOL = ../conf/chord.properties
53
54################################################################################
55# This test only runs under Chord overlay
56#
57BAD_SIMNETTEST = ../conf/chord.properties
58
59################################################################################
60# This test only runs under Chord overlay (because implements the broadcast)
61#
62BROADCAST_BROADCASTTEST = ../conf/chord_broadcast.properties
63
64
65################################################################################
66# This test only runs under Chord overlay
67#
68DHT_DHTTEST = ../conf/chord_dht.properties
69
70################################################################################
71#DHT2_DHTTEST = ../conf/chord_dht2.properties
72DHT2_DHTTEST = ../conf/symphony_dht2.properties
73
74
75################################################################################
76FACTORY_TESTAPPFACTORY = ../conf/chord.properties
77#FACTORY_TESTAPPFACTORY = ../conf/symphony.properties
78#FACTORY_TESTAPPFACTORY = ../conf/trivial.properties
79
80################################################################################
81FACTORY_TESTENDPOINTFACTORY = ../conf/chord.properties
82#FACTORY_TESTENDPOINTFACTORY = ../conf/symphony.properties
83#FACTORY_TESTENDPOINTFACTORY = ../conf/trivial.properties
84
85################################################################################
86FACTORY_TESTIDFACTORY = ../conf/chord.properties
87#FACTORY_TESTIDFACTORY = ../conf/symphony.properties
88#FACTORY_TESTIDFACTORY = ../conf/trivial.properties
89
90################################################################################
91# This test only runs under Chord and Symphony overlays
92# (The Trivial P2P requires specific stabilization process)
93#
94FACTORY_TESTNETFACTORY = ../conf/chord.properties
95#FACTORY_TESTNETFACTORY = ../conf/symphony.properties
96
97################################################################################
98FACTORY_TESTNODEFACTORY = ../conf/chord.properties
99#FACTORY_TESTNODEFACTORY = ../conf/symphony.properties
100#FACTORY_TESTNODEFACTORY = ../conf/trivial.properties
101
102################################################################################
103FACTORY_TESTNODEHANDLEFACTORY = ../conf/chord.properties
104#FACTORY_TESTNODEHANDLEFACTORY = ../conf/symphony.properties
105#FACTORY_TESTNODEHANDLEFACTORY = ../conf/trivial.properties
106
107################################################################################
108# This test only runs under Chord and Symphony overlays
109# (The Trivial P2P requires specific stabilization process)
110#
111#GML_GMLTOPOLOGY_GMLTOPOLOGYTEST = ../conf/chord.properties
112GML_GMLTOPOLOGY_GMLTOPOLOGYTEST = ../conf/symphony.properties
113
114################################################################################
115# This test only runs under Chord and Symphony overlays
116# (The Trivial P2P requires specific stabilization process)
117#
118HELLOWORLD_DHTPEERTEST = ../conf/chord.properties
119#HELLOWORLD_DHTPEERTEST = ../conf/symphony.properties
120
121################################################################################
122# This test only runs under Chord overlay
123#
124SCRIBE_SCRIBEPEERTEST = ../conf/chord_scribe.properties
125
126################################################################################
127# This test only runs under Chord overlay
128#
129SCRIBE_SCRIBETEST = ../conf/chord_scribe.properties
130
131################################################################################
132# This test only runs under Chord overlay
133#
134SERIALIZE_GENSERIALIZEDFILE = ../conf/chord.properties
135
136################################################################################
137# You have to ensure the match of serialized network with current configuration
138#
139#SERIALIZE_LOADSERIALIZEDFILE = ../conf/chord_serialize.properties
140SERIALIZE_LOADSERIALIZEDFILE = ../conf/symphony_serialize.properties
141
142################################################################################
143# This test only runs under Chord and Symphony overlays
144# (The Trivial P2P requires specific stabilization process)
145#
146#SERIALIZE_SERIALIZENETWORK = ../conf/chord.properties
147SERIALIZE_SERIALIZENETWORK = ../conf/symphony.properties
148
149################################################################################
150TRIVIALP2PTEST_TRIVIALTEST = ../conf/trivial.properties
Note: See TracBrowser for help on using the browser.