CSIT-748 vnf-agent integration 04/8504/38
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:16 +0000 (08:39 +0000)
commit9a261ea61549fc6a5c23369d2e236b002dc35038
tree8004f366007d3ee0210bbf099b71491bb412fe88
parentf2573eccd38609fbc3d44f1fb9c706d08e50d49c
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>
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