Sergey Galkin

Results 3 issues of Sergey Galkin

The code ``` fabric_10 = client.fabrics.get('1') int_bond1 = machine.interfaces.get_by_name('bond1') int_bond2 = machine.interfaces.get_by_name('bond2') for vlan in fabric_10.vlans: if vlan.vid == 452 or vlan.vid == 453 or vlan.vid == 455: print("Add vlan...

``` ╰─ wget http://download.brother.com/welcome/dlf006648/brscan4-0.4.8-1.x86_64.rpm --2021-08-09 08:19:15-- http://download.brother.com/welcome/dlf006648/brscan4-0.4.8-1.x86_64.rpm Resolving download.brother.com... 104.85.0.235 Connecting to download.brother.com|104.85.0.235|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2021-08-09 08:19:16 ERROR 404: Not Found. ```

Steps to reproduce 1. Build docker image 2. Try to start wally or python3 -m wally ``` root@wally:/# python3 -m wally test test configs-examples/ceph_raw.yaml Traceback (most recent call last): File...