You are here: Home / Projects / EVE / eveadm / tests / Testing eveadm on Ubuntu Desktop 18.04. February 28, 2020

Testing eveadm on Ubuntu Desktop 18.04. February 28, 2020

by Inna Sosunova last modified Feb 28, 2020 03:20 PM
Testing eveadm on Ubuntu Desktop 18.04. February 28, 2020

Host machine:

OS: Ubuntu 18.04.4 LTS
CPU model: Common KVM processor
Number of cores: 2
CPU frequency: 2300.216 MHz
Total size of Disk: 20.3 GB (9.3 GB Used)
Total amount of Mem: 915 MB (126 MB Used)
Arch: x86_64 (64 Bit)
Kernel: 4.15.0-88-generic

 

Ubuntu was configured using a script tests / build_all_ubuntu_bionic_beaver.sh.


Logged in via ssh by user "user":

inna@Inna-PC:~$ ssh user@77.234.202.206

Moved to the "eveadm"  directory:

user@eve-001:~$ cd eveadm

Perform "git pull":

user@eve-001:~/eveadm$ git pull
Already up to date.

Run "make test"

user@eve-001:~/eveadm$ make test
go test test_utils.go help_test.go
ok      command-line-arguments    0.068s
LANG=C go test test_utils.go func_test.go
ok      command-line-arguments    160.077s

Run "make test_ext":

user@eve-001:~/eveadm$ make test_ext
go test test_utils.go rkt_test.go
ok      command-line-arguments    0.028s
brctl show|grep xenbr0||brctl addbr xenbr0
xenbr0        8000.000000000000    no        
go test test_utils.go xen_test.go
ok      command-line-arguments    0.035s


Full testing log

Navigation