485dbf31459800ec55ab620337aa565aa74cbc64
[releng.git] / utils / test / result_collection_api / common / constants.py
1 ##############################################################################
2 # Copyright (c) 2015 Orange
3 # guyrodrigue.koffi@orange.com / koffirodrigue@gmail.com
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10
11 API_LISTENING_PORT = 8000
12
13 MONGO_URL = "mongodb://192.168.56.102:27017/"
14
15 APPLICATION_JSON = "application/json"
16 HTTP_BAD_REQUEST = 400
17 HTTP_FORBIDDEN = 403
18 HTTP_NOT_FOUND = 404