aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INFO.yaml31
-rw-r--r--src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py4
-rw-r--r--[-rwxr-xr-x]src/onaptests/templates/artifacts/pnf-simulator.tar.gzbin1233 -> 1225 bytes
3 files changed, 18 insertions, 17 deletions
diff --git a/INFO.yaml b/INFO.yaml
index d094b1f..3bd5e09 100644
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -66,11 +66,6 @@ committers:
company: 'nokia'
id: 'kkuzmick'
timezone: 'Europe/Warsaw'
- - name: 'Pawel Wieczorek'
- email: 'p.wieczorek2@samsung.com'
- company: 'samsung'
- id: 'pwieczorek'
- timezone: 'Europe/Warsaw'
- name: 'Andreas Geissler'
email: 'andreas-geissler@telekom.de'
company: 'Deutsche Telekom'
@@ -81,11 +76,6 @@ committers:
company: 'T-Mobile'
id: 'MichalJagielloTMPL'
timezone: 'Europe/Warsaw'
- - name: 'Thierry Hardy'
- email: 'thierry.hardy@orange.com'
- company: 'Orange'
- id: 'jardellos'
- timezone: 'Europe/Paris'
- name: 'Sylvain Desbureaux'
email: 'sylvain.desbureaux@orange.com'
company: 'Orange'
@@ -96,16 +86,21 @@ committers:
company: 'Orange'
id: 'rajewluk'
timezone: 'Europe/Warsaw'
- - name: 'Lasse Kaihlavirta'
- email: 'l.kaihlavirt@partner.samsung.com'
- company: 'samsung'
- id: 'kaihlavi'
- timezone: 'Europe/Helsinki'
- name: 'Illia Halych'
email: 'illia.halych@t-mobile.pl'
company: 'T-Mobile'
id: 'elihalych'
timezone: 'Europe/Warsaw'
+ - name: 'Bartosz Gardziejewski'
+ email: 'bartosz.gardziejewski@nokia.com'
+ company: 'Nokia'
+ id: 'BartoszG'
+ timezone: 'Europe/Warsaw'
+ - name: 'Alexander Mazuruk'
+ email: 'a.mazuruk@samsung.com'
+ company: 'Samsung'
+ id: 'aalexanderr'
+ timezone: 'Europe/Warsaw'
tsc:
# yamllint disable rule:line-length
approval: 'https://lists.onap.org/g/onap-tsc/message/6408?p=,,,20,0,0,0::relevance,,new+repository+for+integration+team+testsuite%2Fpythonsdk-tests,20,2,0,74178111'
@@ -119,3 +114,9 @@ tsc:
- type: 'Addition'
name: 'Illia Halych'
link: 'https://lists.onap.org/g/onap-tsc/message/7696'
+ - type: 'Addition'
+ name: 'Bartosz Gardziejewski, Alexander Mazuruk'
+ link: 'https://lists.onap.org/g/onap-tsc/message/7893'
+ - type: 'Deletion'
+ name: 'Thierry Hardy, Lasse Kaihlavirta, Pawel Wieczorek'
+ link: 'https://lists.onap.org/g/onap-tsc/message/7893'
diff --git a/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py b/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py
index f936839..4b09328 100644
--- a/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py
+++ b/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py
@@ -91,7 +91,7 @@ class PnfSimulatorCnfRegisterStep(BaseStep):
if not self.is_pnf_pod_running():
EnvironmentPreparationException("PNF simulator is not running")
time.sleep(settings.PNF_WAIT_TIME) # Let's still wait for PNF simulator to make sure it's initialized
- ves_ip, ves_port = self.get_ves_ip_and_port()
+ ves_ip, _ = self.get_ves_ip_and_port() # Use only 8443
registration_number: int = 0
registered_successfully: bool = False
while registration_number < settings.PNF_REGISTRATION_NUMBER_OF_TRIES and not registered_successfully:
@@ -102,7 +102,7 @@ class PnfSimulatorCnfRegisterStep(BaseStep):
"simulatorParams": {
"repeatCount": 9999,
"repeatInterval": 30,
- "vesServerUrl": f"https://{ves_ip}:{ves_port}/eventListener/v7"
+ "vesServerUrl": f"https://sample1:sample1@{ves_ip}:8443/eventListener/v7"
},
"templateName": "registration.json",
"patch": {
diff --git a/src/onaptests/templates/artifacts/pnf-simulator.tar.gz b/src/onaptests/templates/artifacts/pnf-simulator.tar.gz
index 58cde89..a7e6311 100755..100644
--- a/src/onaptests/templates/artifacts/pnf-simulator.tar.gz
+++ b/src/onaptests/templates/artifacts/pnf-simulator.tar.gz
Binary files differ