CSIT-748 vnf-agent integration 75/8775/1
authorPeter Mikus <pmikus@cisco.com>
Fri, 22 Sep 2017 12:59:40 +0000 (14:59 +0200)
committerPeter Mikus <pmikus@cisco.com>
Thu, 12 Oct 2017 08:39:25 +0000 (08:39 +0000)
commita8f23402624475b2c871d1bebc0d9855369893bd
tree1654dbb24693617efa5412405106662c0806f2e2
parent4d91cbdac72a79ac98394416c2eceaaee3c8122d
CSIT-748 vnf-agent integration

CSIT-773 Implement RF keywords for k8s

- Implementation of Test Suite Setup for Ligato vnf-agent testing
- Implementation of KubernetesUtil for controlling kubectl
- Yaml templates for L2XC topology with 1cswitch and 1cnf
- Yaml templates for L2BD topology with 1cswitch and 1cnf
- ligato bootstrap script for creating vnf-agent image

Change-Id: Iebefde0eb984a27a0afcdf29fe549ca4edf8a61e
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit 9a261ea61549fc6a5c23369d2e236b002dc35038)
23 files changed:
LIGATO_REPO_URL [new file with mode: 0644]
LIGATO_STABLE_VER [new file with mode: 0644]
bootstrap-verify-perf-ligato.sh [new file with mode: 0644]
resources/libraries/bash/k8s_setup.sh [new file with mode: 0755]
resources/libraries/python/ContainerUtils.py
resources/libraries/python/InterfaceUtil.py
resources/libraries/python/KubernetesUtils.py [new file with mode: 0644]
resources/libraries/python/VppConfigGenerator.py
resources/libraries/python/constants.py
resources/libraries/robot/performance/performance_setup.robot
resources/libraries/robot/performance/performance_utils.robot
resources/libraries/robot/shared/default.robot
resources/templates/kubernetes/calico_v2.4.1.yaml [new file with mode: 0644]
resources/templates/kubernetes/csit.yaml [new file with mode: 0644]
resources/templates/kubernetes/etcd.yaml [new file with mode: 0644]
resources/templates/kubernetes/eth-l2bdbase-eth-2memif-1vnf.yaml [new file with mode: 0644]
resources/templates/kubernetes/eth-l2xcbase-eth-2memif-1vnf.yaml [new file with mode: 0644]
resources/templates/kubernetes/kafka.yaml [new file with mode: 0644]
resources/tools/scripts/topo_container_copy.py [new file with mode: 0644]
tests/ligato/perf/__init__.robot [new file with mode: 0644]
tests/ligato/perf/l2/10ge2p1x520-eth-l2bdbase-eth-2memif-1vnf-ndrpdrdisc.robot [new file with mode: 0644]
tests/ligato/perf/l2/10ge2p1x520-eth-l2xcbase-eth-2memif-1vnf-ndrpdrdisc.robot [new file with mode: 0644]
tests/vpp/perf/__init__.robot