mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
DDS plugin: Implement --control external
This commit is contained in:
committed by
Dennis Klein
parent
6208cbb508
commit
f7cdf5ee23
@@ -57,7 +57,7 @@ struct TopologyFixture : ::testing::Test
|
||||
LOG(info) << mDDSTopo;
|
||||
auto n(mDDSTopo.GetNumRequiredAgents());
|
||||
mDDSSession.SubmitAgents(n);
|
||||
mDDSSession.ActivateTopology(mDDSTopoFile);
|
||||
mDDSSession.ActivateTopology(mDDSTopo);
|
||||
}
|
||||
|
||||
auto TearDown() -> void override {
|
||||
|
Reference in New Issue
Block a user