Skip to content

Commit 7d68c9f

Browse files
author
Cecylia Borek
committed
divide tests into folders
1 parent 23f0263 commit 7d68c9f

File tree

96 files changed

+73
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+73
-74
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ proxy.log
1515
MANIFEST
1616
coverage_report
1717
test.log
18-
tests/searchcommands_data/log/
19-
tests/searchcommands_data/output/
2018
Test Results*.html
21-
tests/searchcommands/data/app/app.log
19+
tests/**/*.log
2220
splunk_sdk.egg-info/
2321
dist/
24-
tests/searchcommands/apps/app_with_logging_configuration/*.log
2522
*.observed
2623
venv/
2724
.tox

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ services:
2020
timeout: 5s
2121
retries: 20
2222
volumes:
23-
- "./tests/searchcommands/test_apps/eventing_app:/opt/splunk/etc/apps/eventing_app"
24-
- "./tests/searchcommands/test_apps/generating_app:/opt/splunk/etc/apps/generating_app"
25-
- "./tests/searchcommands/test_apps/reporting_app:/opt/splunk/etc/apps/reporting_app"
26-
- "./tests/searchcommands/test_apps/streaming_app:/opt/splunk/etc/apps/streaming_app"
23+
- "./tests/system/test_apps/eventing_app:/opt/splunk/etc/apps/eventing_app"
24+
- "./tests/system/test_apps/generating_app:/opt/splunk/etc/apps/generating_app"
25+
- "./tests/system/test_apps/reporting_app:/opt/splunk/etc/apps/reporting_app"
26+
- "./tests/system/test_apps/streaming_app:/opt/splunk/etc/apps/streaming_app"
2727
- "./splunklib:/opt/splunk/etc/apps/eventing_app/lib/splunklib"
2828
- "./splunklib:/opt/splunk/etc/apps/generating_app/lib/splunklib"
2929
- "./splunklib:/opt/splunk/etc/apps/reporting_app/lib/splunklib"
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17+
1718
import logging
1819
from tests import testlib
1920
from splunklib import client

0 commit comments

Comments
 (0)