Skip to content

Commit

Permalink
Update e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <wenqiq@vmware.com>
  • Loading branch information
wenqiq committed Jul 4, 2024
1 parent 487b211 commit eb66a4b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ spec:
- 172.26.0.0/16
- 172.36.0.0/16
podSubnetAccessMode: Private
vpcConnectivityProfile: /orgs/default/projects/wenqi-test/vpc-connectivity-profiles/default
2 changes: 1 addition & 1 deletion test/e2e/manifest/testVPC/customize_networkconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
- 172.29.0.0/16
- 172.39.0.0/16
podSubnetAccessMode: Public
vpcConnectivityProfile: ""
vpcConnectivityProfile: /orgs/default/projects/nsx_operator_e2e_test/vpc-connectivity-profiles/default

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ spec:
- 172.39.0.0/16
- 172.49.0.0/16
podSubnetAccessMode: Public
vpcConnectivityProfile: ""
vpcConnectivityProfile: /orgs/default/projects/nsx_operator_e2e_test/vpc-connectivity-profiles/default

2 changes: 1 addition & 1 deletion test/e2e/manifest/testVPC/default_networkconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
- 172.28.0.0/16
- 172.38.0.0/16
podSubnetAccessMode: Public
vpcConnectivityProfile: ""
vpcConnectivityProfile: /orgs/default/projects/nsx_operator_e2e_test/vpc-connectivity-profiles/default
2 changes: 1 addition & 1 deletion test/e2e/manifest/testVPC/system_networkconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ spec:
- 172.27.0.0/16
- 172.37.0.0/16
podSubnetAccessMode: Public
vpcConnectivityProfile: ""
vpcConnectivityProfile: /orgs/default/projects/nsx_operator_e2e_test/vpc-connectivity-profiles/default

0 comments on commit eb66a4b

Please sign in to comment.