Arthur Schiwon 0447aa4e62 fix(LDAP): remove unneeded dependencies | 3 months ago | |
---|---|---|
.. | ||
Lib | 0447aa4e62 fix(LDAP): remove unneeded dependencies | 3 months ago |
data | 4ad622a720 compress some images with tinypng.com | 4 years ago |
setup-scripts | 8d8891c5bc chore: Add SPDX header | 5 months ago |
AbstractIntegrationTest.php | 2d62b0a936 Merge pull request #45573 from nextcloud/chore/noid/spdx-batch9 | 5 months ago |
Bootstrap.php | 8d8891c5bc chore: Add SPDX header | 5 months ago |
ExceptionOnLostConnection.php | 8d8891c5bc chore: Add SPDX header | 5 months ago |
readme.md | 8d8891c5bc chore: Add SPDX header | 5 months ago |
run-all.sh | 8d8891c5bc chore: Add SPDX header | 5 months ago |
run-test.sh | 8d8891c5bc chore: Add SPDX header | 5 months ago |
Have (as in do copy if not already done) the following files from https://github.com/owncloud/administration/tree/master/ldap-testing copied into the directory "setup-scripts":
Configure config.php according to your needs, also have a look into the LDAP and network settings in start.sh and stop.sh.
The basic command to run a test is:
Yes, run it as root from within this directory.
Example:
$ sudo ./run-test.sh lib/IntegrationTestAccessGroupsMatchFilter.php
71cbe88a4993e67066714d71c1cecc5ef26a54911a208103cb6294f90459e574
c74dc0155db4efa7a0515d419528a8727bbc7596601cf25b0df05e348bd74895
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c74dc0155d
osixia/phpldapadmin:0.5.1 "/sbin/my_init" 1 seconds ago Up Less than a second 80/tcp, 0.0.0.0:8443->443/tcp docker-phpldapadmin
71cbe88a49
nickstenning/slapd:latest "/sbin/my_init" 1 seconds ago Up Less than a second 127.0.0.1:7770->389/tcp docker-slapd
LDAP server now available under 127.0.0.1:7770 (internal IP is 172.17.0.78) phpldapadmin now available under https://127.0.0.1:8443
created user : Alice Ealic created group : RedGroup created group : BlueGroup created group : GreenGroup created group : PurpleGroup running case1 running case2 Tests succeeded Stopping and resetting containers docker-slapd docker-phpldapadmin docker-slapd docker-phpldapadmin ```
This is quick solution for basically one test case. With expension this mechanism should be improved as well.
It does not run automatically, unless you do it. No integration with any testing framework.
exceptionOnLostConnection.php is not part of this mechanism. Read its source and run it isolated. While you're at it, port it :þ