Re: [onap-discuss] [vnfsdk] serving tests results from zip file.

2017-12-27 Thread Murali p
Yes

From: Moshe Hoadley [mailto:moshe.hoad...@amdocs.com]
Sent: 27 December 2017 12:55
To: Murali p ; Isaac Glick ; 
onap-discuss@lists.onap.org
Cc: Wenyao Guan ; Gaoweitao (Victor, MANO) 

Subject: RE: [onap-discuss] [vnfsdk] serving tests results from zip file.

Hi Murali
Just to clarify, when you mention a test framework you refer to the 'test 
service' project and not to 'market place' correct?

Thanks
Moshe

From: Murali p [mailto:mural...@huawei.com]
Sent: Wednesday, December 27, 2017 6:24 AM
To: Isaac Glick mailto:isa...@amdocs.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: Moshe Hoadley mailto:moshe.hoad...@amdocs.com>>; 
Wenyao Guan mailto:guanwen...@chinamobile.com>>; 
Gaoweitao (Victor, MANO) mailto:victor....@huawei.com>>
Subject: RE: [onap-discuss] [vnfsdk] serving tests results from zip file.

Hi,

Regarding Test Service.

Test Service only provides frameworks to execute Tests and provide result in 
unified way.
Currently robot framework automatically generates the XML test result and the 
result is converted into REST response
to the caller of the test service.

Storage and display need to be handled by the user of the framework. Currently 
Test Service
is in very primitive phase and has not been integrated to ONAP yet.

All your suggestions are welcome and will be considered sincerely.

With regards,
Murali

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Isaac Glick
Sent: 26 December 2017 15:30
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: Moshe Hoadley mailto:moshe.hoad...@amdocs.com>>
Subject: [onap-discuss] [vnfsdk] serving tests results from zip file.

Hi,
I notice that the tests results service is getting the results from the zips 
files the verification tests generate.
It looks to me that this is a limiting way for storing/managing the results.
It can limit future development such a versioning, support of more than one 
basic test package, searches on the results etc. and it is not manageable  as 
using DB.
I thinks test results should reported/store in DB as part of the tests 
verification possess and not relay on retrieving the results from zip files.
It may be need considered what to store:

  1.  Only the reports of the test cases  status.
  2.  Store same of the logs or the full zip in the database.


Thanks
Isaac Glick


This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [vnfsdk] serving tests results from zip file.

2017-12-26 Thread Moshe Hoadley
Hi Murali
Just to clarify, when you mention a test framework you refer to the 'test 
service' project and not to 'market place' correct?

Thanks
Moshe

From: Murali p [mailto:mural...@huawei.com]
Sent: Wednesday, December 27, 2017 6:24 AM
To: Isaac Glick ; onap-discuss@lists.onap.org
Cc: Moshe Hoadley ; Wenyao Guan 
; Gaoweitao (Victor, MANO) 
Subject: RE: [onap-discuss] [vnfsdk] serving tests results from zip file.

Hi,

Regarding Test Service.

Test Service only provides frameworks to execute Tests and provide result in 
unified way.
Currently robot framework automatically generates the XML test result and the 
result is converted into REST response
to the caller of the test service.

Storage and display need to be handled by the user of the framework. Currently 
Test Service
is in very primitive phase and has not been integrated to ONAP yet.

All your suggestions are welcome and will be considered sincerely.

With regards,
Murali

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Isaac Glick
Sent: 26 December 2017 15:30
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: Moshe Hoadley mailto:moshe.hoad...@amdocs.com>>
Subject: [onap-discuss] [vnfsdk] serving tests results from zip file.

Hi,
I notice that the tests results service is getting the results from the zips 
files the verification tests generate.
It looks to me that this is a limiting way for storing/managing the results.
It can limit future development such a versioning, support of more than one 
basic test package, searches on the results etc. and it is not manageable  as 
using DB.
I thinks test results should reported/store in DB as part of the tests 
verification possess and not relay on retrieving the results from zip files.
It may be need considered what to store:

  1.  Only the reports of the test cases  status.
  2.  Store same of the logs or the full zip in the database.


Thanks
Isaac Glick


This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 
<https://www.amdocs.com/about/email-disclaimer>
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [vnfsdk] serving tests results from zip file.

2017-12-26 Thread Murali p
Hi,

Regarding Test Service.

Test Service only provides frameworks to execute Tests and provide result in 
unified way.
Currently robot framework automatically generates the XML test result and the 
result is converted into REST response
to the caller of the test service.

Storage and display need to be handled by the user of the framework. Currently 
Test Service
is in very primitive phase and has not been integrated to ONAP yet.

All your suggestions are welcome and will be considered sincerely.

With regards,
Murali

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Isaac Glick
Sent: 26 December 2017 15:30
To: onap-discuss@lists.onap.org
Cc: Moshe Hoadley 
Subject: [onap-discuss] [vnfsdk] serving tests results from zip file.

Hi,
I notice that the tests results service is getting the results from the zips 
files the verification tests generate.
It looks to me that this is a limiting way for storing/managing the results.
It can limit future development such a versioning, support of more than one 
basic test package, searches on the results etc. and it is not manageable  as 
using DB.
I thinks test results should reported/store in DB as part of the tests 
verification possess and not relay on retrieving the results from zip files.
It may be need considered what to store:

  1.  Only the reports of the test cases  status.
  2.  Store same of the logs or the full zip in the database.


Thanks
Isaac Glick


This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [vnfsdk] serving tests results from zip file.

2017-12-26 Thread Isaac Glick
Hi,
I notice that the tests results service is getting the results from the zips 
files the verification tests generate.
It looks to me that this is a limiting way for storing/managing the results.
It can limit future development such a versioning, support of more than one 
basic test package, searches on the results etc. and it is not manageable  as 
using DB.
I thinks test results should reported/store in DB as part of the tests 
verification possess and not relay on retrieving the results from zip files.
It may be need considered what to store:

  1.  Only the reports of the test cases  status.
  2.  Store same of the logs or the full zip in the database.


Thanks
Isaac Glick


This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss