From 3bb103e53c2ca0c187b789fda84a7eb17a89c3f3 Mon Sep 17 00:00:00 2001 From: LeoQi Date: Fri, 20 Jul 2018 02:47:26 +0800 Subject: provide REST api for frontend of testing-scheduler JIRA: BOTTLENECK-235 the REST api code in backend part. Change-Id: I1f53ed5f0f87e6908ff4fd27f752ec2c185dc9be Signed-off-by: Zheng Qibin --- testing-scheduler/server/src/rest/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing-scheduler/server/src/rest/__init__.py (limited to 'testing-scheduler/server/src/rest/__init__.py') diff --git a/testing-scheduler/server/src/rest/__init__.py b/testing-scheduler/server/src/rest/__init__.py new file mode 100644 index 00000000..b5139031 --- /dev/null +++ b/testing-scheduler/server/src/rest/__init__.py @@ -0,0 +1,10 @@ +#!/usr/bin/env python + +############################################################################## +# Copyright (c) 2018 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## -- cgit 1.2.3-korg