Skip to content

Commit 162af4a

Browse files
author
Cecylia Borek
committed
divide tests into folders
1 parent ccf4e8e commit 162af4a

File tree

96 files changed

+82
-70
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

+82
-70
lines changed

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: 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)