Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
fix GeniusSimpleDistributionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Dec 19, 2018
1 parent 3a0da2b commit af84fcb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
import org.opendaylight.infrautils.inject.guice.GuiceClassPathBinder;
import org.opendaylight.infrautils.inject.guice.testutils.AnnotationsModule;
import org.opendaylight.infrautils.simple.InfraUtilsWiring;
import org.opendaylight.neutron.simple.NeutronModule;
import org.opendaylight.openflowplugin.simple.OpenFlowPluginWiring;
import org.opendaylight.restconf.simple.RestConfModule;
import org.opendaylight.serviceutils.simple.ServiceUtilsWiring;

public class GeniusWiring extends AbstractModule {

Expand All @@ -36,16 +36,16 @@ protected void configure() {
// MD SAL
install(new ControllerWiring());

// ServiceUtils
install(new ServiceUtilsWiring());

// RESTCONF
install(new RestConfModule());

// Daexim
// TODO write real DaeximWiring, and replace this line with an install(new DaeximWiring());
bind(DataImportBootReady.class).toInstance(new DataImportBootReady() {});

// Neutron
install(new NeutronModule());

// OpenFlowPlugin
install(new OpenFlowPluginWiring(classPathBinder));

Expand Down

0 comments on commit af84fcb

Please sign in to comment.