File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -130,41 +130,6 @@ config = {
130130 "ls -l /var/cache/samba" ,
131131 ],
132132 },
133- "external-windows" : {
134- "phpVersions" : [
135- DEFAULT_PHP_VERSION ,
136- ],
137- "databases" : [
138- "sqlite" ,
139- ],
140- "externalTypes" : [
141- "windows" ,
142- ],
143- "coverage" : True ,
144- "extraEnvironment" : {
145- "SMB_WINDOWS_HOST" : {
146- "from_secret" : "SMB_WINDOWS_HOST" ,
147- },
148- "SMB_WINDOWS_USERNAME" : {
149- "from_secret" : "SMB_WINDOWS_USERNAME" ,
150- },
151- "SMB_WINDOWS_PWD" : {
152- "from_secret" : "SMB_WINDOWS_PWD" ,
153- },
154- "SMB_WINDOWS_DOMAIN" : {
155- "from_secret" : "SMB_WINDOWS_DOMAIN" ,
156- },
157- "SMB_WINDOWS_SHARE_NAME" : {
158- "from_secret" : "SMB_WINDOWS_SHARE_NAME" ,
159- },
160- },
161- "extraCommandsBeforeTestRun" : [
162- "ls -l /var/cache" ,
163- "mkdir /var/cache/samba" ,
164- "ls -l /var/cache" ,
165- "ls -l /var/cache/samba" ,
166- ],
167- },
168133 "external-other" : {
169134 "phpVersions" : [
170135 DEFAULT_PHP_VERSION ,
You can’t perform that action at this time.
0 commit comments