summaryrefslogtreecommitdiffstats
path: root/test/functest/gluon-test-suite.py
AgeCommit message (Collapse)AuthorFilesLines
2017-05-15Update logger in netready via logging.getLogger()Linda Wang1-2/+2
1. The module functest.utils.functest_logger has been deleted and logger has been reconfigured in functest [1]. 2. Update gluon-test-suite.py to get logger via logging.getLogger(). [1] https://gerrit.opnfv.org/gerrit/#/c/34019/ JIRA: FUNCTEST-824 Change-Id: If7254171bf1146dc7f5a0792705cecf2e84d15c5 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-02-24Adding missing licence headers to filesGeorg Kunz1-1/+9
Change-Id: I9eedd2f3e21305a27fe09a116dec9d8dbcc6df5e Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2017-02-18Finalizing Gluon vping test caseGeorg Kunz1-19/+202
Finalizing Gluon vping test case by implementing instance creation and userdata-based ping between instances. Note: DHCP is not supported. This requires static configuration of IPs and routes in the instances by means of user data. Moreover the test case takes slightly longer because of a DHCP timeout during boot up. Change-Id: I9c9ef658005ba14f30e28b44dba82aa1b9a6daad Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2017-02-17Implementing Gluon L3VPN configuration in testcaseGeorg Kunz1-5/+153
Extending the Gluon vping test case by implementing the basic L3VPN Proton configuration: - creation of 2 ports - creation of 1 VPN - creation of 2 vpnbindings to bind the ports to the VPN Change-Id: I8e1c0c5ec693869b70552726cc20234c2670a9f2 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2017-02-15Adding empty framework for Gluon Functest suiteGeorg Kunz1-0/+14
Change-Id: I95652c38bc88b9ef29592a3f1f6d8160720a5cda Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>