mirror of
https://github.com/ceph/ceph
synced 2025-02-09 03:49:38 +00:00
This can be run by hand with: ./mvnw clean package ./mvnw test -Dtest=PutObjects The following properties are sourced from the environment: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY RGW_HTTP_ENDPOINT_URL RGW_HTTPS_ENDPOINT_URL Then adds: qa/workunits/rgw: add test driver script for maven suite Launch it fromn cls.yaml, as with test_librgw_file.h. Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
21 lines
164 B
Plaintext
21 lines
164 B
Plaintext
# Maven
|
|
target/
|
|
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
# Eclipse
|
|
/.classpath
|
|
/.settings/
|
|
/.project
|
|
/bin/
|
|
|
|
# IntelliJ
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Misc
|
|
*.log
|