Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / vstf / vstf_scripts / vstf / common / test_func.py
1 ##############################################################################
2 # Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
3 #
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 from vstf.common import cliutil as util
11
12
13 @util.arg("--test",
14           dest="test",
15           default="",
16           help="a params of test-xx")
17 @util.arg("--xx",
18           dest="xx",
19           default="",
20           help="a params of test-xx")
21 def do_test_xx(args):
22     """this is a help doc"""
23     print "run test01 " + args.test + args.xx