Integrated openvas and openscap security tools to autotest#131
Integrated openvas and openscap security tools to autotest#131anupkumk wants to merge 2 commits into
Conversation
| import time | ||
| import logging | ||
| import pexpect | ||
| from time import sleep |
There was a problem hiding this comment.
if possible replace the pexpect with aexpect or install pexpect in setup. While trying to run , test failed because of missing pexpect .
| cent_par.set( | ||
| cust_repo, 'baseurl', 'http://mirror.centos.org/altarch/%s/os/%s/' % | ||
| (distro_os_ref, set_arch)) | ||
| cent_par.set(cust_repo, 'enabled', '1') |
There was a problem hiding this comment.
Can libssh.so.4()(64bit) be compiled and used from openssh during runtime ?
There was a problem hiding this comment.
libssh will be install as dependency from any public repo itself like other dependency. looklike libssh is removed from latest epel 7. so we can add the epel 6 repo.
| cd /usr/local/autotest_base/autotest-client-tests/security_tools/openvas_scanner | ||
|
|
||
| $ /usr/local/autotest_base/autotest/client/autotest -d /usr/local/autotest_base/autotest-client-tests/linux-tools control | ||
|
|
There was a problem hiding this comment.
Also add about modifying "path" in control file since tests can be run from anywhere
| "openvas-manager", | ||
| "openvas-scanner", | ||
| "openvas-gsa") | ||
|
|
There was a problem hiding this comment.
I got extra dependencies for rsync, wget and http as well.
There was a problem hiding this comment.
have used mainly rsync to sync the nvt and its already available in dependency list. wget and http can be consider as alternative.
No description provided.