diff options
author | Trinath Somanchi <trinaths.dev@gmail.com> | 2019-03-07 07:48:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-03-07 07:48:16 +0000 |
commit | f5dbc7008e5e72f53c4fce33d23248a5a303fc19 (patch) | |
tree | b21878d477644032bdf4a47c7e535c2ec9e10ee0 /internal/pkg/ovn/ovn_test.go | |
parent | 40f7cea5241610cd0370fda6c0187bf23843736f (diff) | |
parent | 9bee446d141fab76a366918c28c599d8c5deddf6 (diff) |
Merge "Code cleanup"
Diffstat (limited to 'internal/pkg/ovn/ovn_test.go')
-rw-r--r-- | internal/pkg/ovn/ovn_test.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/pkg/ovn/ovn_test.go b/internal/pkg/ovn/ovn_test.go index 00aba8b..312a26a 100644 --- a/internal/pkg/ovn/ovn_test.go +++ b/internal/pkg/ovn/ovn_test.go @@ -31,8 +31,6 @@ var _ = Describe("Add logical Port", func() { var app *cli.App BeforeEach(func() { - // Restore global default values before each testcase - //config.RestoreDefaultConfig() app = cli.NewApp() app.Name = "test" @@ -75,9 +73,6 @@ var _ = Describe("Add logical Port", func() { err := util.SetExec(fexec) Expect(err).NotTo(HaveOccurred()) - _, err = config.InitConfig(ctx, fexec, nil) - Expect(err).NotTo(HaveOccurred()) - fakeClient := &fake.Clientset{} var fakeWatchFactory factory.WatchFactory |