Commit 77793773 authored by Irfan Ur Rehman's avatar Irfan Ur Rehman

[Federation] Update to enable all apis in integration tests

parent 772c3529
......@@ -63,7 +63,10 @@ func (f *FederationFixture) SetUp(t *testing.T) {
t.Logf("Starting a federation of %d clusters", f.DesiredClusterCount)
f.APIFixture = &FederationAPIFixture{}
f.APIFixture.SetUp(t)
runOptions := GetRunOptions()
// Enable all apis features for test.
runOptions.APIEnablement.RuntimeConfig.Set("api/all=true")
f.APIFixture.SetUpWithRunOptions(t, runOptions)
f.stopChan = make(chan struct{})
monitorPeriod := 1 * time.Second
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment