summaryrefslogtreecommitdiff
path: root/selftest/target
diff options
context:
space:
mode:
authorTim Beale <timbeale@catalyst.net.nz>2019-01-31 12:45:31 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-02-01 03:36:16 +0100
commitd29853ab0a9754031c8463a593a11fb7bc800cc3 (patch)
tree936dc77cc07126d273a95a4c0cbdc6f3f7b74ac5 /selftest/target
parent4603351544138f64e7c80ebda2eeb126bdd15d94 (diff)
downloadsamba-d29853ab0a9754031c8463a593a11fb7bc800cc3.tar.gz
selftest: Convert backup/restore testenvs to use default
These testenvs shouldn't be dependent on the process model at all, so we should be able to convert them to the new default without any repercussions. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/target')
-rwxr-xr-xselftest/target/Samba4.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index b4f3cab3abf..ea9d09938fe 100755
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -2894,7 +2894,7 @@ sub setup_backupfromdc
return undef;
}
- if (not defined($self->check_or_start($env, "standard"))) {
+ if (not defined($self->check_or_start($env))) {
return undef;
}
@@ -3104,7 +3104,7 @@ sub setup_restoredc
}
# start samba for the restored DC
- if (not defined($self->check_or_start($env, "standard"))) {
+ if (not defined($self->check_or_start($env))) {
return undef;
}
@@ -3146,7 +3146,7 @@ sub setup_renamedc
}
# start samba for the restored DC
- if (not defined($self->check_or_start($env, "standard"))) {
+ if (not defined($self->check_or_start($env))) {
return undef;
}
@@ -3195,7 +3195,7 @@ sub setup_offlinebackupdc
Samba::mk_krb5_conf($ctx);
# start samba for the restored DC
- if (not defined($self->check_or_start($env, "standard"))) {
+ if (not defined($self->check_or_start($env))) {
return undef;
}
@@ -3250,7 +3250,7 @@ sub setup_labdc
}
# start samba for the restored DC
- if (not defined($self->check_or_start($env, "standard"))) {
+ if (not defined($self->check_or_start($env))) {
return undef;
}
@@ -3348,7 +3348,7 @@ sub setup_customdc
Samba::mk_krb5_conf($ctx);
# start samba for the restored DC
- if (not defined($self->check_or_start($env, "standard"))) {
+ if (not defined($self->check_or_start($env))) {
return undef;
}