We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b23c9 commit a3fc21cCopy full SHA for a3fc21c
qubes/tests/integ/network.py
@@ -113,6 +113,12 @@ def tearDown(self):
113
continue
114
self._run_cmd_and_log_output(vm, "ip a")
115
self._run_cmd_and_log_output(vm, "ip r")
116
+ self._run_cmd_and_log_output(
117
+ vm, "xenstore-ls -fp device/vif/0"
118
+ )
119
120
+ vm, "xenstore-ls -fp backend/vif"
121
122
self._run_cmd_and_log_output(vm, "iptables -vnL")
123
self._run_cmd_and_log_output(vm, "iptables -vnL -t nat")
124
self._run_cmd_and_log_output(
0 commit comments