blob: 067435a8f2701db7ee14d7b9b8ec9328c69bcd12 (
plain)
1
2
3
4
5
6
7
8
9
|
'''
Created on Nov 20, 2012
@author: steger
'''
from Service.mock_framework import Framework
baseurl = '../../information-model/monitoring-model'
FRAMEWORK = Framework(baseurl, {'PlanetLab': '../../information-model/monitoring-model/config_planetlab.owl', 'FEDERICA': '../../information-model/monitoring-model/config_federica.owl'})
|