test_domainmgr.py-testing-20200225
by
Elena Korytko
—
last modified
Feb 25, 2020 05:06 PM
Testing test_domainmgr.py on Ubuntu Desktop 18.04. February 25, 2020
Host machine:
Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz
MemTotal: 3852592 kB
Ubuntu Desktop 18.04
At host machine:
cd eveadm
git pull
cd tests
Run run_local_eve.sh with 2500 Mb:
sudo ./run_local_eve.sh -m 2500 -u https://github.com/lf-edge/eve -t 4.9.0
After the question
Do you want to cleanup? (y/n)
I didn’t press any keys.
Log on VM's console accessed by telnet:
INFO: updated diag information at 2020-02-25T08:28:37.973296223Z
ERROR: Summary: Trying to connect to EV Controller
INFO: Testing highest priority DevicePortConfig key lastresort
WARNING: The configuration below is under test hence might report failures
INFO: Have 2 total ports. 2 ports should be connected to EV controller
INFO: Port eth0: for EV Controller without usage-based charging
INFO: eth0: IP address 192.168.1.10 geolocated to {IP:89.179.126.81 Hostname:sadov64.static.corbina.ru City:Saint Petersburg Region:St.-Petersburg Country:RU Loc:59.9386,30.3141 Org:AS8402 PJSC Vimpelcom Postal:190000}
INFO: eth0: IP address fec0::420:358:4a44:e500 not geolocated
INFO: eth0: DNS servers: 192.168.1.3,
INFO: eth0: no http(s) proxy
ERROR: eth0: DNS lookup of zedcloud.zededa.net failed: lookup zedcloud.zededa.net on 192.168.1.3:53: server misbehaving
ERROR: eth0: DNS lookup of zedcloud.zededa.net failed: lookup zedcloud.zededa.net on 192.168.1.3:53: dial udp: address [fec0::420:358:4a44:e500]:0: no suitable address found
INFO: Port eth1: for EV Controller without usage-based charging
INFO: eth1: IP address 192.168.2.10 geolocated to {IP:89.179.126.81 Hostname:sadov64.static.corbina.ru City:Saint Petersburg Region:St.-Petersburg Country:RU Loc:59.9386,30.3141 Org:AS8402 PJSC Vimpelcom Postal:190000}
INFO: eth1: IP address fec0::7619:66d9:dd19:8718 not geolocated
INFO: eth1: DNS servers: 192.168.2.3,
INFO: eth1: no http(s) proxy
ERROR: eth1: DNS lookup of zedcloud.zededa.net failed: lookup zedcloud.zededa.net on 192.168.1.3:53: read udp 192.168.2.10:33744->192.168.1.3:53: i/o timeout
ERROR: eth1: DNS lookup of zedcloud.zededa.net failed: lookup zedcloud.zededa.net on 192.168.1.3:53: dial udp: address [fec0::7619:66d9:dd19:8718]:0: no suitable address found
WARNING: 0 out of 2 ports specified to have EV controller connectivity passed test
Result of "ip a" command:
(ns: pillar) linuxkit-525400123456:/# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.10/24 brd 192.168.1.255 scope global noprefixroute eth0
valid_lft forever preferred_lft forever
inet6 fec0::9703:d9b9:9f0e:154b/64 scope site dynamic mngtmpaddr noprefixroute
valid_lft 86114sec preferred_lft 14114sec
inet6 fe80::71dc:d14f:fb7d:5412/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 52:54:00:12:34:57 brd ff:ff:ff:ff:ff:ff
inet 192.168.2.10/24 brd 192.168.2.255 scope global noprefixroute eth1
valid_lft forever preferred_lft forever
inet6 fec0::1f09:73cf:d7b2:70eb/64 scope site dynamic mngtmpaddr noprefixroute
valid_lft 86095sec preferred_lft 14095sec
inet6 fe80::7fb8:3aa9:6aff:7a8b/64 scope link
valid_lft forever preferred_lft forever
4: tunl0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
link/ipip 0.0.0.0 brd 0.0.0.0
5: ip6tnl0@NONE: <NOARP> mtu 1452 qdisc noop state DOWN group default qlen 1000
link/tunnel6 :: brd ::
(ns: pillar) linuxkit-525400123456:/#