summaryrefslogtreecommitdiffstats
path: root/kud/tests/ovn_provider_nw_test.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23Install jq as an dependency for yqSamuli Silvius1-0/+1
Before using yq binary we need to install also its dependency jq. This commit is fixing jq installation in case it was required as dependency for yq. Also refactored a bit dependency installations of tests. Issue-ID: MULTICLOUD-617 Change-Id: I0ea1143befa1cff809c231422b5cfb14fba1de4e Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-04-10Provider network support when OVN is usedRitu Sood1-0/+191
Example script is provided to create OVN provider networks. Test case is provided to place workloads on the OVN provider network using ovn4nfv-k8s-plugin Change-Id: I94a9fe4fe0b107e42bbf890093e70233a5f610f5 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-454