Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

anupkumk
Copy link

@anupkumk anupkumk commented Dec 4, 2017

No description provided.

@@ -16,7 +16,6 @@
import time
import logging
import pexpect
from time import sleep
Copy link
Contributor

@athira-rajeev athira-rajeev Dec 13, 2017

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')
Copy link
Contributor

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 ?

Copy link
Author

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

Copy link
Contributor

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")

Copy link
Contributor

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.

Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants