Skip to content
  • Thomas Haller's avatar
    platform/tests: reorder wait-loop in test_ip6_route_options() · d6aae6af
    Thomas Haller authored
    - no need to call nm_platform_process_events() after
      nmtstp_wait_for_signal(). The latter processes all events
      that are pending.
    - with addr_n number of addresses, we still only want to wait
      a maximum time, not for each addresss individually. Basically,
      the for-loop must be inside NMTST_WAIT(), not the other way around.
    d6aae6af