71bd9521627a85029c631497b0c6eb25ac0802e2
[releng.git] / utils / test / testapi / opnfv_testapi / 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 DEFAULT_REPRESENTATION = "application/json"
12 HTTP_BAD_REQUEST = 400
13 HTTP_UNAUTHORIZED = 401
14 HTTP_FORBIDDEN = 403
15 HTTP_NOT_FOUND = 404
16 HTTP_OK = 200