mpicard / pyvas

OpenVAS Management Protocol Client for Python
MIT License
23 stars 10 forks source link

added port_list methods and tests #11

Closed adpham95 closed 6 years ago

adpham95 commented 6 years ago

Added methods for listing, getting, creating, deleting port_lists.

adpham95 commented 6 years ago

Looks like the OpenVAS host in the test environment isn't up? I'm relatively new to CI testing.

mpicard commented 6 years ago

Yea sorry about that I have to figure out a way to dockerize it with an openvas image and get the tests self contained. I don't want to manage an openvas instance anymore so this will be better. Probably going to look at the next week though so I'll try and get that done and let you know so we can merge this as well! On Fri, Nov 17, 2017 at 1:13 PM Andrew Pham notifications@github.com wrote:

Looks like the OpenVAS host in the test environment isn't up? I'm relatively new to CI testing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mpicard/pyvas/pull/11#issuecomment-345320497, or mute the thread https://github.com/notifications/unsubscribe-auth/AHHYRqEW_JKubnBLAVer6y9f0v8LPWAdks5s3cy_gaJpZM4QiaoK .

adpham95 commented 6 years ago

Awesome, thanks.