Skip to content

Commit b23893e

Browse files
author
Cecylia Borek
committed
divide tests into folders
1 parent 475452e commit b23893e

File tree

96 files changed

+291
-212
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

+291
-212
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ services:
1818
timeout: 5s
1919
retries: 20
2020
volumes:
21-
- "./tests/searchcommands/test_apps/eventing_app:/opt/splunk/etc/apps/eventing_app"
22-
- "./tests/searchcommands/test_apps/generating_app:/opt/splunk/etc/apps/generating_app"
23-
- "./tests/searchcommands/test_apps/reporting_app:/opt/splunk/etc/apps/reporting_app"
24-
- "./tests/searchcommands/test_apps/streaming_app:/opt/splunk/etc/apps/streaming_app"
21+
- "./tests/system/test_apps/eventing_app:/opt/splunk/etc/apps/eventing_app"
22+
- "./tests/system/test_apps/generating_app:/opt/splunk/etc/apps/generating_app"
23+
- "./tests/system/test_apps/reporting_app:/opt/splunk/etc/apps/reporting_app"
24+
- "./tests/system/test_apps/streaming_app:/opt/splunk/etc/apps/streaming_app"
2525
- "./splunklib:/opt/splunk/etc/apps/eventing_app/lib/splunklib"
2626
- "./splunklib:/opt/splunk/etc/apps/generating_app/lib/splunklib"
2727
- "./splunklib:/opt/splunk/etc/apps/reporting_app/lib/splunklib"
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17+
# integration test - tests SDK usage as communication with splunk over http api to create and manage apps
18+
1719
import logging
1820
from tests import testlib
1921
from splunklib import client

0 commit comments

Comments
 (0)