Added directory structure for the tests and script templates.
[sdnvpn.git] / test / functest / testcase_3.py
1 #!/usr/bin/python
2 #
3 # Copyright (c) 2015 All rights reserved
4 # 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 #
8 # http://www.apache.org/licenses/LICENSE-2.0
9 #
10
11
12 import functest.utils.functest_logger as ft_logger
13 import functest.utils.functest_utils as functest_utils
14 import functest.utils.openstack_utils as os_utils
15
16
17 def main():
18     pass
19
20
21 if __name__ == '__main__':
22     main()