# Pastebin KujuZdgP 2018-03-31 20:52:25 Error executing google:debian-9-64:tests/main/interfaces-network : ----- + echo 'The interface is connected by default' The interface is connected by default + MATCH ':network .*network-consumer' + snap interfaces + echo 'When the plug is disconnected' When the plug is disconnected + snap disconnect network-consumer:network + echo 'Then the plug can be connected again' Then the plug can be connected again + snap connect network-consumer:network + echo 'Then the snap is able to access a network service' Then the snap is able to access a network service + grep -Pqz 'ok\n' + network-consumer http://127.0.0.1:8081 + echo 'When the plug is disconnected' When the plug is disconnected + snap disconnect network-consumer:network + echo 'Then snap can'\''t access a network service' Then snap can't access a network service + network-consumer http://127.0.0.1:8081 ok + echo 'Network shouldn'\''t be accessible' Network shouldn't be accessible + exit 1