Skip to content

Commit

Permalink
conformance testing added
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Oct 12, 2023
1 parent 0e98778 commit d0056e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
12 changes: 3 additions & 9 deletions deployments/ixia-c-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ data:
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "0.0.1-5316",
"tag": "0.0.1-5318",
"env": {
"TRACE": "true",
"LICENSE_SERVERS": "localhost"
}
},
{
Expand All @@ -35,17 +34,12 @@ data:
{
"name": "controller-community",
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "0.0.1-5316"
"tag": "0.0.1-5318"
},
{
"name": "ixia-c-one",
"path": "ghcr.io/open-traffic-generator/ixia-c-one",
"tag": "0.0.1-5316"
},
{
"name": "license-server",
"path": "ghcr.io/open-traffic-generator/licensed/keng-license-server:0.0.1-24",
"tag": "0.0.1-24"
"tag": "0.0.1-5318"
}
]
}
5 changes: 3 additions & 2 deletions do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ KIND_VERSION=v0.16.0
METALLB_VERSION=v0.13.6
MESHNET_COMMIT=f26c193
MESHNET_IMAGE="networkop/meshnet\:v0.3.0"
IXIA_C_OPERATOR_VERSION="0.3.8"
IXIA_C_OPERATOR_VERSION="0.3.11"
IXIA_C_OPERATOR_YAML="https://github.com/open-traffic-generator/ixia-c-operator/releases/download/v${IXIA_C_OPERATOR_VERSION}/ixiatg-operator.yaml"
NOKIA_SRL_OPERATOR_VERSION="0.4.6"
NOKIA_SRL_OPERATOR_YAML="https://github.com/srl-labs/srl-controller/config/default?ref=v${NOKIA_SRL_OPERATOR_VERSION}"
Expand Down Expand Up @@ -1050,7 +1050,8 @@ create_ixia_c_kne() {
echo "Creating KNE ${1} ${2} topology ..."
ns=$(kne_namespace ${1} ${2})
topo=$(kne_topo_file ${1} ${2})
kubectl apply -f deployments/ixia-c-config.yaml \
kubectl create secret -n ixiatg-op-system generic license-server --from-literal=image="ghcr.io/open-traffic-generator/licensed/keng-license-server:latest" \
&& kubectl apply -f deployments/ixia-c-config.yaml \
&& kne create ${topo} \
&& wait_for_pods ${ns} \
&& kubectl get pods -A \
Expand Down
6 changes: 3 additions & 3 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
release: 0.0.1-5316
release: 0.0.1-5318
images:
- name: controller-dp
path: ghcr.io/open-traffic-generator/keng-controller
tag: 0.0.1-5316
tag: 0.0.1-5318
- name: controller-cpdp
path: ghcr.io/open-traffic-generator/keng-controller
tag: 0.0.1-5316
tag: 0.0.1-5318
- name: keng-license-server
path: ghcr.io/open-traffic-generator/licensed/keng-license-server
tag: 0.0.1-24
Expand Down

0 comments on commit d0056e7

Please sign in to comment.