summaryrefslogtreecommitdiffstats
path: root/tests/objectstore/start-swift-ceph.sh
Commit message (Collapse)AuthorAgeFilesLines
* make object prefix configurableJörn Friedrich Dreyer2016-11-141-0/+1
|
* fix swift primary object store test (#25281)Thomas Müller2016-07-051-1/+10
| | | | | | | | | | | | | * Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test.
* local entrypoint.sh isn't needed - all fixes are upstreamMorris Jobke2016-03-011-2/+1
|
* Use sockets for startup notification in primary storage testsMorris Jobke2016-03-011-14/+12
|
* Use proper statement to retrieve the IP of an docker instanceMorris Jobke2015-10-301-1/+1
|
* test objectstore with ceph dockerJörn Friedrich Dreyer2015-10-061-0/+108
use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug