s4:torture/rpc: flip order of netlogon tests
authorDavid Disseldorp <ddiss@samba.org>
Sun, 6 Sep 2020 16:46:38 +0000 (18:46 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 11 Sep 2020 03:43:40 +0000 (03:43 +0000)
commit9bbfdb11858fd6cdecdfedb3fcbf7cde219e3dd9
tree49472f5f0b0e2ad3fb6bd3670ae45a6c6b2395e8
parent671fe10f212b013af844ad4e3291322082b05619
s4:torture/rpc: flip order of netlogon tests

The previous change to not run rpc tests in reverse order results in
the following failure:
  Testing netr_LogonGetDomainInfo
  UNEXPECTED(failure): samba4.rpc.netlogon with
                       seal,padcheck.netlogon.GetDomainInfo(ad_dc)
  REASON: Exception: ../../source4/torture/rpc/netlogon.c:320:
      Expression `plain_pass != ((void *)0)' failed: plain_pass

Restore the dependent order of netlogon tests by reversing the
torture_rpc_tcase_add_test*() calls for the suite.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/rpc/netlogon.c