Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Jul 4, 2024
1 parent 4671621 commit 89d648b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions deployments/k8s/kne-manifests/ixia-c-b2b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ links:
a_int: eth1
z_node: otg
z_int: eth2

18 changes: 8 additions & 10 deletions deployments/template-ixia-c-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,28 @@ metadata:
data:
versions: |
{
"release": "local",
"images": [
"release": "local",
"images": [
{
"name": "controller",
"path": "$(configq .images[0].path)",
"tag": "$(configq .images[0].tag)",
"env": {
"TRACE": "true"
}
"tag": "$(configq .images[0].tag)"
},
{
"name": "gnmi-server",
"path": "$(configq .images[1].path)",
"tag": "$(configq .images[1].tag)",
"tag": "$(configq .images[1].tag)"
},
{
"name": "traffic-engine",
"path": "$(configq .images[2].path)",
"tag": "$(configq .images[2].tag)",
"tag": "$(configq .images[2].tag)"
},
{
"name": "protocol-engine",
"path": "$(configq .images[3].path)",
"tag": "$(configq .images[3].tag)",
"tag": "$(configq .images[3].tag)"
}
]
}
}
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
pytest
black; python_version > '3.6'
flake8
pypcapfile==0.12.0
snappi==1.6.2
pytest == 6.2.5
pytest-html
pytest-metadata == 1.11.0

0 comments on commit 89d648b

Please sign in to comment.