mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
cleanup parallel deployment tests
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
This commit is contained in:
@@ -352,13 +352,6 @@ trait Provisioning {
|
||||
$this->ldap->bind();
|
||||
|
||||
$ldifFile = __DIR__ . $suiteParameters['ldapInitialUserFilePath'];
|
||||
if (OcisHelper::isTestingParallelDeployment()) {
|
||||
$behatYml = \getenv("BEHAT_YML");
|
||||
if ($behatYml) {
|
||||
$configPath = \dirname($behatYml);
|
||||
$ldifFile = $configPath . "/" . \basename($ldifFile);
|
||||
}
|
||||
}
|
||||
if (!$this->skipImportLdif) {
|
||||
$this->importLdifFile($ldifFile);
|
||||
}
|
||||
@@ -458,10 +451,6 @@ trait Provisioning {
|
||||
$entry['ownCloudUUID'] = WebDavHelper::generateUUIDv4();
|
||||
}
|
||||
|
||||
if (OcisHelper::isTestingParallelDeployment()) {
|
||||
$entry['ownCloudSelector'] = $this->getOCSelector();
|
||||
}
|
||||
|
||||
if ($this->federatedServerExists()) {
|
||||
if (!\in_array($setting['userid'], $this->ldapCreatedUsers)) {
|
||||
$this->ldap->add($newDN, $entry);
|
||||
|
||||
Reference in New Issue
Block a user