cb14883 tests: fix failure in test_topology_TestTopologyOptions:test_add_remove_segment

1 file Authored by frenaud 5 years ago, Committed by François Cami 5 years ago,
    tests: fix failure in test_topology_TestTopologyOptions:test_add_remove_segment
    
    The test is performing topology changes on the master, then
    waits for replication to replicate the changes and checks
    the expected outcome on replica1.
    
    The issue is that wait_for_replication was called on replica1,
    but should be called on the master. This method is reliable only
    if it is executed on the host where the modification was done.
    
    Fixes https://pagure.io/freeipa/issue/7865
    
    Reviewed-By: François Cami <fcami@redhat.com>