Replies: 3 comments
-
root@09fdb1bf7562:/# loxicmd get lb -o wide
root@09fdb1bf7562:/# loxicmd get ct help
|
Beta Was this translation helpful? Give feedback.
0 replies
-
root@09fdb1bf7562:/# loxicmd get ip
|
Beta Was this translation helpful? Give feedback.
0 replies
-
We have gh-actions cicd for sctp-multihoming with kubernetes here . Please check the respective yaml file and scripts here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
I am trying to verify sctp multihoming tests and running the first test case validation1.sh
the testbed config is done as below
msivapra@dra-ldap:~/loxilb/sctp-mh$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
08c78f1c63ec ghcr.io/loxilb-io/nettest:latest "/bin/bash" 17 hours ago Up 17 hours user
13e0c10a8125 ghcr.io/loxilb-io/nettest:latest "/bin/bash" 17 hours ago Up 17 hours sw2
a3c9ec9e5971 ghcr.io/loxilb-io/nettest:latest "/bin/bash" 17 hours ago Up 17 hours sw1
2e42b3ab334c ghcr.io/loxilb-io/nettest:latest "/bin/bash" 17 hours ago Up 17 hours r4
32595d1081d5 ghcr.io/loxilb-io/nettest:latest "/bin/bash" 17 hours ago Up 17 hours r3
f0cec2755ba3 ghcr.io/loxilb-io/nettest:latest "/bin/bash" 17 hours ago Up 17 hours r2
bbd988bdb77c ghcr.io/loxilb-io/nettest:latest "/bin/bash" 17 hours ago Up 17 hours r1
16792156d962 ghcr.io/loxilb-io/nettest:latest "/bin/bash" 17 hours ago Up 17 hours ep1
64210e4cd3e1 ghcr.io/loxilb-io/loxilb:latest "/bin/bash" 17 hours ago Up 17 hours 3784/tcp, 11111/tcp, 22222/tcp llb2
09fdb1bf7562 ghcr.io/loxilb-io/loxilb:latest "/bin/bash" 17 hours ago Up 17 hours 3784/tcp, 11111/tcp, 22222/tcp llb1
I ran the validation1.sh and its failing in below line.
msivapra@dra-ldap:~/loxilb/sctp-mh$ sudo ip netns exec llb1 curl -sX GET http://0.0.0.0:11111/netlox/v1/config/cistate/all -H 'accept: application/json'
[sudo] password for msivapra:
the above request returns null output so the tests are failing.
any clues on what I might be missing ?
Beta Was this translation helpful? Give feedback.
All reactions