tests: mark NetworkManager in ProxyVM fail for debian-7

NM there expect some different options in configuration, and since it's
old stable, we won't implement it.
This commit is contained in:
Marek Marczykowski-Górecki 2016-02-28 03:44:33 +01:00
parent 4420b320e7
commit 5c877e9850
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -121,6 +121,7 @@ class VmNetworkingMixin(qubes.tests.SystemTestsMixin):
"Ping by IP from AppVM failed")
@qubes.tests.expectedFailureIfTemplate('debian-7')
@unittest.skipUnless(spawn.find_executable('xdotool'),
"xdotool not installed")
def test_020_simple_proxyvm_nm(self):