Skip to content

Commit 6477d5b

Browse files
Bind mounts added for CSC apps testing
1 parent 8a7d9db commit 6477d5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

+9
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@ services:
1818
interval: 5s
1919
timeout: 5s
2020
retries: 20
21+
volumes:
22+
- "./tests/searchcommands/test_apps/eventing_app:/opt/splunk/etc/apps/eventing_app"
23+
- "./tests/searchcommands/test_apps/generating_app:/opt/splunk/etc/apps/generating_app"
24+
- "./tests/searchcommands/test_apps/reporting_app:/opt/splunk/etc/apps/reporting_app"
25+
- "./tests/searchcommands/test_apps/streaming_app:/opt/splunk/etc/apps/streaming_app"
26+
- "./splunklib:/opt/splunk/etc/apps/eventing_app/lib/splunklib"
27+
- "./splunklib:/opt/splunk/etc/apps/generating_app/lib/splunklib"
28+
- "./splunklib:/opt/splunk/etc/apps/reporting_app/lib/splunklib"
29+
- "./splunklib:/opt/splunk/etc/apps/streaming_app/lib/splunklib"

0 commit comments

Comments
 (0)