You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
# as normal user executemake# as root executemake installldconfig
How do I run the examples with SSH
on the system under test, make sure the sshd daemon is started:
service sshd start
and that it is not being blocked by the firewall
on the testing system, create a pair of SSH keys:
ssh-keygen -t rsa
without setting a passphrase
copy the public key to the system under test:
scp~/.ssh/id_rsa.pub joe@sut.example.com:.
then, on the system under test, append the public key to theauthorized keys file:
cat id_rsa.pub>>~/.ssh/authorized keys
repeat for each account that will be used to run the tests
in the directory/usr/local/lib/twopence/adapt the first lines oftest.rb andtest.sh to the IP addressor hostname of your system under test
run the following commands:
cd examples/usr/local/lib/twopence/test.shruby /usr/local/lib/twopence/test.rb
How do I run the examples with virtio
setup a KVM virtual machine
declare a UNIX domain socket
to do that, you can use virt-manager:Hardware => Channel =>Path = the directory and name of your socket fileTarget type = virtioTarget name = org.opensuse.twopence.0