summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/controller/database/tables.py
diff options
context:
space:
mode:
authorYiting.Li <liyiting@huawei.com>2016-01-22 10:46:57 +0800
committerYiting.Li <liyiting@huawei.com>2016-01-22 10:46:57 +0800
commit0ea3b714615e7a9383048a13695bbe4d62f028fd (patch)
tree17ed17fa64b121bd5189070f46e14db336a50bd4 /vstf/vstf/controller/database/tables.py
parentc4d0a8aec1c3b883ac875e538dccde25f477c142 (diff)
JIRA: BOTTLENECKS-29
Add a end-to-end test framework delete the wrong author flag and fix some missing of the copy right Change-Id: Ia9f72ff3e523f05cd0d5e32e3349a3f6acad5bd1 Signed-off-by: Yiting.Li <liyiting@huawei.com>
Diffstat (limited to 'vstf/vstf/controller/database/tables.py')
-rw-r--r--[-rwxr-xr-x]vstf/vstf/controller/database/tables.py15
1 files changed, 9 insertions, 6 deletions
diff --git a/vstf/vstf/controller/database/tables.py b/vstf/vstf/controller/database/tables.py
index 0438d0e9..55b02e5f 100755..100644
--- a/vstf/vstf/controller/database/tables.py
+++ b/vstf/vstf/controller/database/tables.py
@@ -1,9 +1,12 @@
-#!/usr/bin/python
-# -*- coding: utf8 -*-
-# author: wly
-# date: 2015-12-25
-# see license for license details
-__version__ = ''' '''
+##############################################################################
+# Copyright (c) 2015 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
+##############################################################################
+
from sqlalchemy import Column, Integer, String, Float, ForeignKey
from sqlalchemy.ext.declarative import declarative_base
from vstf.controller.database import constants as const