[Asterisk-code-review] tests/hep: Move hep capture node.py to lib/pytrhon/asterisk (testsuite[master])
George Joseph
asteriskteam at digium.com
Thu Jan 7 16:19:16 CST 2016
George Joseph has uploaded a new change for review.
https://gerrit.asterisk.org/1933
Change subject: tests/hep: Move hep_capture_node.py to lib/pytrhon/asterisk
......................................................................
tests/hep: Move hep_capture_node.py to lib/pytrhon/asterisk
In preparation for creating a pjsip test that uses HEP,
hep_capture_node.py is being moved to the common python
library. The hep tests no longer need tests/hep added
to their paths.
Change-Id: I41ea83cdc3faee245179db22a09a7b5c26ae9043
---
R lib/python/asterisk/hep_capture_node.py
M tests/hep/pjsip-auth/test-config.yaml
M tests/hep/pjsip-ipv6/test-config.yaml
M tests/hep/pjsip/test-config.yaml
M tests/hep/rtcp-receiver/test-config.yaml
M tests/hep/rtcp-sender/test-config.yaml
6 files changed, 0 insertions(+), 15 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/33/1933/1
diff --git a/tests/hep/hep_capture_node.py b/lib/python/asterisk/hep_capture_node.py
similarity index 100%
rename from tests/hep/hep_capture_node.py
rename to lib/python/asterisk/hep_capture_node.py
diff --git a/tests/hep/pjsip-auth/test-config.yaml b/tests/hep/pjsip-auth/test-config.yaml
index d274111..9d42485 100644
--- a/tests/hep/pjsip-auth/test-config.yaml
+++ b/tests/hep/pjsip-auth/test-config.yaml
@@ -10,9 +10,6 @@
authentication password.
test-modules:
- add-to-search-path:
- -
- 'tests/hep'
test-object:
config-section: test-object-config
typename: 'sipp.SIPpTestCase'
diff --git a/tests/hep/pjsip-ipv6/test-config.yaml b/tests/hep/pjsip-ipv6/test-config.yaml
index 89aa7e2..19d95e0 100644
--- a/tests/hep/pjsip-ipv6/test-config.yaml
+++ b/tests/hep/pjsip-ipv6/test-config.yaml
@@ -10,9 +10,6 @@
validated, and the SIP payload verified.
test-modules:
- add-to-search-path:
- -
- 'tests/hep'
test-object:
config-section: test-object-config
typename: 'sipp.SIPpTestCase'
diff --git a/tests/hep/pjsip/test-config.yaml b/tests/hep/pjsip/test-config.yaml
index d77fe8f..ada39ec 100644
--- a/tests/hep/pjsip/test-config.yaml
+++ b/tests/hep/pjsip/test-config.yaml
@@ -9,9 +9,6 @@
payload verified.
test-modules:
- add-to-search-path:
- -
- 'tests/hep'
test-object:
config-section: test-object-config
typename: 'sipp.SIPpTestCase'
diff --git a/tests/hep/rtcp-receiver/test-config.yaml b/tests/hep/rtcp-receiver/test-config.yaml
index 6a85f20..3a80a13 100644
--- a/tests/hep/rtcp-receiver/test-config.yaml
+++ b/tests/hep/rtcp-receiver/test-config.yaml
@@ -13,9 +13,6 @@
what they sent and what they received).
test-modules:
- add-to-search-path:
- -
- 'tests/hep'
test-object:
config-section: test-object-config
typename: 'test_case.TestCaseModule'
diff --git a/tests/hep/rtcp-sender/test-config.yaml b/tests/hep/rtcp-sender/test-config.yaml
index cc23167..c67dc0a 100644
--- a/tests/hep/rtcp-sender/test-config.yaml
+++ b/tests/hep/rtcp-sender/test-config.yaml
@@ -11,9 +11,6 @@
to HEP (both what they sent and what they received).
test-modules:
- add-to-search-path:
- -
- 'tests/hep'
test-object:
config-section: test-object-config
typename: 'test_case.TestCaseModule'
--
To view, visit https://gerrit.asterisk.org/1933
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I41ea83cdc3faee245179db22a09a7b5c26ae9043
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
More information about the asterisk-code-review
mailing list