-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrated openvas and openscap security tools to autotest #131
base: master
Are you sure you want to change the base?
Conversation
@@ -16,7 +16,6 @@ | |||
import time | |||
import logging | |||
import pexpect | |||
from time import sleep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can libssh.so.4()(64bit) be compiled and used from openssh during runtime ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got extra dependencies for rsync, wget and http as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.