Skip to content

Commit

Permalink
fix: ovn-nb ut failed
Browse files Browse the repository at this point in the history
Signed-off-by: zcq98 <[email protected]>
  • Loading branch information
zcq98 committed Nov 4, 2024
1 parent f9647f2 commit e188d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ovs/ovn-nb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (suite *OvnClientTestSuite) testCreateLogicalPatchPort() {

t.Run("failed client to create router port with chassises", func(t *testing.T) {
t.Parallel()
lrName := "test-create-lr-failed-client"
// failed to create with failed client
err := failedNbClient.CreateLogicalPatchPort(lsName, lrName, lspName, lrpName, "192.168.230.1/24,fc00::0af4:01/112", util.GenerateMac(), chassises...)
require.Error(t, err)
Expand Down

0 comments on commit e188d0f

Please sign in to comment.