spl2-testing-framework 1.2.0b1__tar.gz → 1.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/PKG-INFO +4 -4
  2. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/pyproject.toml +3 -14
  3. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/LICENSE +0 -0
  4. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/README.md +0 -0
  5. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/__init__.py +0 -0
  6. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/conftest.py +0 -0
  7. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/launch_remotely_spl2.py +0 -0
  8. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/logger_manager.py +0 -0
  9. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/pytest.ini.sample +0 -0
  10. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/single_spl2_file_runner.py +0 -0
  11. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/spl2_test_config.json +0 -0
  12. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/spl2_utils/assertions.spl2 +0 -0
  13. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/spl2_utils/logs_to_metrics.spl2 +0 -0
  14. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/test_runner.py +0 -0
  15. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/__init__.py +0 -0
  16. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/create_diff_sheet.py +0 -0
  17. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/jobs/__init__.py +0 -0
  18. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/jobs/cli_job.py +0 -0
  19. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/jobs/cloud_job.py +0 -0
  20. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/jobs/job.py +0 -0
  21. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/jobs/splunk_job.py +0 -0
  22. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/jobs/test_cloud_job.py +0 -0
  23. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/performance.py +0 -0
  24. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/results.py +0 -0
  25. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/search_clients/__init__.py +0 -0
  26. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/search_clients/cli_search_client.py +0 -0
  27. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/search_clients/cloud_search_client.py +0 -0
  28. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/search_clients/search_client.py +0 -0
  29. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/search_clients/splunk_search_client.py +0 -0
  30. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/spl2test_runner.py +0 -0
  31. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/test_discovery.py +0 -0
  32. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/test_types.py +0 -0
  33. {spl2_testing_framework-1.2.0b1 → spl2_testing_framework-1.2.2}/spl2_testing_framework/tools/utils.py +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: spl2-testing-framework
3
- Version: 1.2.0b1
3
+ Version: 1.2.2
4
4
  Summary: SPL2 Testing Framework
5
- Home-page: https://cd.splunkdev.com/data-availability/spl2-content-tools
5
+ Home-page: https://github.com/splunk/spl2-testing-framework
6
6
  Keywords: SPL2 testing framework
7
7
  Author: mgazda-splunk
8
8
  Author-email: mgazda@splunk.com
@@ -26,8 +26,8 @@ Requires-Dist: pytest-subtests (==0.13.1)
26
26
  Requires-Dist: pytest-xdist (==3.5.0)
27
27
  Requires-Dist: requests (>=2.31.0,<3.0.0)
28
28
  Requires-Dist: tabulate (==0.9.0)
29
- Requires-Dist: urllib3 (>=1.26.20,<2.0.0)
30
- Project-URL: Repository, https://cd.splunkdev.com/data-availability/spl2-content-tools
29
+ Requires-Dist: urllib3 (>=1.26.19,<2.0.0)
30
+ Project-URL: Repository, https://github.com/splunk/spl2-testing-framework
31
31
  Description-Content-Type: text/markdown
32
32
 
33
33
  # SPL2 Testing Framework
@@ -16,12 +16,12 @@
16
16
 
17
17
  [tool.poetry]
18
18
  name = "spl2-testing-framework"
19
- version = "1.2.0-beta.1"
19
+ version = "1.2.2"
20
20
  description = "SPL2 Testing Framework"
21
21
  authors = ["mgazda-splunk <mgazda@splunk.com>"]
22
22
  readme = "README.md"
23
23
  keywords = ["SPL2 testing framework"]
24
- repository = "https://cd.splunkdev.com/data-availability/spl2-content-tools"
24
+ repository = "https://github.com/splunk/spl2-testing-framework"
25
25
  exclude = ["spl2_testing_framework/tests/"]
26
26
 
27
27
  [[tool.poetry.packages]]
@@ -39,7 +39,7 @@ pytest-xdist = "3.5.0"
39
39
  pytest-subtests = "0.13.1"
40
40
  requests = "^2.31.0"
41
41
  tabulate = "0.9.0"
42
- urllib3 = "^1.26.20"
42
+ urllib3 = "^1.26.19"
43
43
  pandas = [
44
44
  { version = "1.3.5", python = "<3.8" },
45
45
  { version = "1.5.3", python = ">=3.8,<3.10" },
@@ -60,14 +60,3 @@ pre-commit = "*"
60
60
  [build-system]
61
61
  requires = ["poetry-core"]
62
62
  build-backend = "poetry.core.masonry.api"
63
-
64
-
65
- [[tool.poetry.source]]
66
- name = "pypi-test"
67
- url = "https://repo.splunkdev.net/artifactory/api/pypi/pypi-test"
68
- priority = "supplemental"
69
-
70
- [[tool.poetry.source]]
71
- name = "pypi-prod"
72
- url = "https://repo.splunkdev.net/artifactory/api/pypi/pypi"
73
- priority = "supplemental"