__init__.py 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258
  1. # pylint: disable=invalid-name
  2. #
  3. # The Qubes OS Project, https://www.qubes-os.org/
  4. #
  5. # Copyright (C) 2014-2015 Joanna Rutkowska <joanna@invisiblethingslab.com>
  6. # Copyright (C) 2014-2015
  7. # Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
  8. # Copyright (C) 2014-2015 Wojtek Porczyk <woju@invisiblethingslab.com>
  9. #
  10. # This library is free software; you can redistribute it and/or
  11. # modify it under the terms of the GNU Lesser General Public
  12. # License as published by the Free Software Foundation; either
  13. # version 2.1 of the License, or (at your option) any later version.
  14. #
  15. # This library is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  18. # Lesser General Public License for more details.
  19. #
  20. # You should have received a copy of the GNU Lesser General Public
  21. # License along with this library; if not, see <https://www.gnu.org/licenses/>.
  22. #
  23. """
  24. .. warning::
  25. The test suite hereby claims any domain whose name starts with
  26. :py:data:`VMPREFIX` as fair game. This is needed to enforce sane
  27. test executing environment. If you have domains named ``test-*``,
  28. don't run the tests.
  29. """
  30. import asyncio
  31. import collections
  32. import functools
  33. import logging
  34. import os
  35. import pathlib
  36. import shlex
  37. import shutil
  38. import subprocess
  39. import sys
  40. import tempfile
  41. import time
  42. import traceback
  43. import unittest
  44. import warnings
  45. from distutils import spawn
  46. import gc
  47. import lxml.etree
  48. import pkg_resources
  49. import qubes
  50. import qubes.api
  51. import qubes.api.admin
  52. import qubes.api.internal
  53. import qubes.backup
  54. import qubes.config
  55. import qubes.devices
  56. import qubes.events
  57. import qubes.exc
  58. import qubes.ext.pci
  59. import qubes.vm.standalonevm
  60. import qubes.vm.templatevm
  61. XMLPATH = '/var/lib/qubes/qubes-test.xml'
  62. CLASS_XMLPATH = '/var/lib/qubes/qubes-class-test.xml'
  63. TEMPLATE = 'fedora-23'
  64. VMPREFIX = 'test-inst-'
  65. CLSVMPREFIX = 'test-cls-'
  66. if 'DEFAULT_LVM_POOL' in os.environ.keys():
  67. DEFAULT_LVM_POOL = os.environ['DEFAULT_LVM_POOL']
  68. else:
  69. DEFAULT_LVM_POOL = 'qubes_dom0/pool00'
  70. POOL_CONF = {'name': 'test-lvm',
  71. 'driver': 'lvm_thin',
  72. 'volume_group': DEFAULT_LVM_POOL.split('/')[0],
  73. 'thin_pool': DEFAULT_LVM_POOL.split('/')[1]}
  74. #: :py:obj:`True` if running in dom0, :py:obj:`False` otherwise
  75. in_dom0 = False
  76. #: :py:obj:`False` if outside of git repo,
  77. #: path to root of the directory otherwise
  78. in_git = False
  79. try:
  80. import libvirt
  81. libvirt.openReadOnly(qubes.config.defaults['libvirt_uri']).close()
  82. in_dom0 = True
  83. except libvirt.libvirtError:
  84. pass
  85. if in_dom0:
  86. import libvirtaio
  87. libvirt_event_impl = libvirtaio.virEventRegisterAsyncIOImpl()
  88. else:
  89. libvirt_event_impl = None
  90. try:
  91. in_git = subprocess.check_output(
  92. ['git', 'rev-parse', '--show-toplevel']).decode().strip()
  93. qubes.log.LOGPATH = '/tmp'
  94. qubes.log.LOGFILE = '/tmp/qubes.log'
  95. except subprocess.CalledProcessError:
  96. # git returned nonzero, we are outside git repo
  97. pass
  98. except OSError:
  99. # command not found; let's assume we're outside
  100. pass
  101. def skipUnlessDom0(test_item):
  102. '''Decorator that skips test outside dom0.
  103. Some tests (especially integration tests) have to be run in more or less
  104. working dom0. This is checked by connecting to libvirt.
  105. '''
  106. return unittest.skipUnless(in_dom0, 'outside dom0')(test_item)
  107. def skipUnlessGit(test_item):
  108. '''Decorator that skips test outside git repo.
  109. There are very few tests that an be run only in git. One example is
  110. correctness of example code that won't get included in RPM.
  111. '''
  112. return unittest.skipUnless(in_git, 'outside git tree')(test_item)
  113. def skipUnlessEnv(varname):
  114. '''Decorator generator for skipping tests without environment variable set.
  115. Some tests require working X11 display, like those using GTK library, which
  116. segfaults without connection to X.
  117. Other require their own, custom variables.
  118. '''
  119. return unittest.skipUnless(os.getenv(varname), 'no {} set'.format(varname))
  120. class TestEmitter(qubes.events.Emitter):
  121. '''Dummy event emitter which records events fired on it.
  122. Events are counted in :py:attr:`fired_events` attribute, which is
  123. :py:class:`collections.Counter` instance. For each event, ``(event, args,
  124. kwargs)`` object is counted. *event* is event name (a string), *args* is
  125. tuple with positional arguments and *kwargs* is sorted tuple of items from
  126. keyword arguments.
  127. >>> emitter = TestEmitter()
  128. >>> emitter.fired_events
  129. Counter()
  130. >>> emitter.fire_event('event', spam='eggs', foo='bar')
  131. >>> emitter.fired_events
  132. Counter({('event', (1, 2, 3), (('foo', 'bar'), ('spam', 'eggs'))): 1})
  133. '''
  134. def __init__(self, *args, **kwargs):
  135. super(TestEmitter, self).__init__(*args, **kwargs)
  136. #: :py:class:`collections.Counter` instance
  137. self.fired_events = collections.Counter()
  138. def fire_event(self, event, **kwargs):
  139. effects = super(TestEmitter, self).fire_event(event, **kwargs)
  140. ev_kwargs = frozenset(
  141. (key,
  142. frozenset(value.items()) if isinstance(value, dict)
  143. else tuple(value) if isinstance(value, list)
  144. else value)
  145. for key, value in kwargs.items()
  146. )
  147. self.fired_events[(event, ev_kwargs)] += 1
  148. return effects
  149. @asyncio.coroutine
  150. def fire_event_async(self, event, pre_event=False, **kwargs):
  151. effects = yield from super(TestEmitter, self).fire_event_async(
  152. event, pre_event=pre_event, **kwargs)
  153. ev_kwargs = frozenset(
  154. (key,
  155. frozenset(value.items()) if isinstance(value, dict) else value)
  156. for key, value in kwargs.items()
  157. )
  158. self.fired_events[(event, ev_kwargs)] += 1
  159. return effects
  160. def expectedFailureIfTemplate(templates):
  161. """
  162. Decorator for marking specific test as expected to fail only for some
  163. templates. Template name is compared as substring, so 'whonix' will
  164. handle both 'whonix-ws' and 'whonix-gw'.
  165. templates can be either a single string, or an iterable
  166. """
  167. def decorator(func):
  168. @functools.wraps(func)
  169. def wrapper(self, *args, **kwargs):
  170. template = self.template
  171. if isinstance(templates, str):
  172. should_expect_fail = template in templates
  173. else:
  174. should_expect_fail = any([template in x for x in templates])
  175. if should_expect_fail:
  176. try:
  177. func(self, *args, **kwargs)
  178. except Exception:
  179. raise unittest.case._ExpectedFailure(sys.exc_info())
  180. raise unittest.case._UnexpectedSuccess()
  181. else:
  182. # Call directly:
  183. func(self, *args, **kwargs)
  184. return wrapper
  185. return decorator
  186. class _AssertNotRaisesContext(object):
  187. """A context manager used to implement TestCase.assertNotRaises methods.
  188. Stolen from unittest and hacked. Regexp support stripped.
  189. """ # pylint: disable=too-few-public-methods
  190. def __init__(self, expected, test_case, expected_regexp=None):
  191. if expected_regexp is not None:
  192. raise NotImplementedError('expected_regexp is unsupported')
  193. self.expected = expected
  194. self.exception = None
  195. self.failureException = test_case.failureException
  196. def __enter__(self):
  197. return self
  198. def __exit__(self, exc_type, exc_value, tb):
  199. if exc_type is None:
  200. return True
  201. if issubclass(exc_type, self.expected):
  202. raise self.failureException(
  203. "{!r} raised, traceback:\n{!s}".format(
  204. exc_value, ''.join(traceback.format_tb(tb))))
  205. else:
  206. # pass through
  207. return False
  208. self.exception = exc_value # store for later retrieval
  209. class _QrexecPolicyContext(object):
  210. '''Context manager for SystemTestCase.qrexec_policy'''
  211. def __init__(self, service, source, destination, allow=True, action=None):
  212. try:
  213. source = source.name
  214. except AttributeError:
  215. pass
  216. try:
  217. destination = destination.name
  218. except AttributeError:
  219. pass
  220. self._filename = pathlib.Path('/etc/qubes-rpc/policy') / service
  221. if action is None:
  222. action = 'allow' if allow else 'deny'
  223. self._rule = '{} {} {}\n'.format(source, destination, action)
  224. self._did_create = False
  225. self._handle = None
  226. def load(self):
  227. if self._handle is None:
  228. try:
  229. self._handle = self._filename.open('r+')
  230. except FileNotFoundError:
  231. self._handle = self._filename.open('w+')
  232. self._did_create = True
  233. self._handle.seek(0)
  234. return self._handle.readlines()
  235. def save(self, rules):
  236. assert self._handle is not None
  237. self._handle.truncate(0)
  238. self._handle.seek(0)
  239. self._handle.write(''.join(rules))
  240. self._handle.flush()
  241. def close(self):
  242. assert self._handle is not None
  243. self._handle.close()
  244. self._handle = None
  245. def __enter__(self):
  246. rules = self.load()
  247. rules.insert(0, self._rule)
  248. self.save(rules)
  249. return self
  250. def __exit__(self, exc_type, exc_value, tb):
  251. if not self._did_create:
  252. try:
  253. rules = self.load()
  254. rules.remove(self._rule)
  255. self.save(rules)
  256. finally:
  257. self.close()
  258. else:
  259. self.close()
  260. self._filename.unlink()
  261. class substitute_entry_points(object):
  262. '''Monkey-patch pkg_resources to substitute one group in iter_entry_points
  263. This is for testing plugins, like device classes.
  264. :param str group: The group that is to be overloaded.
  265. :param str tempgroup: The substitute group.
  266. Inside this context, if one iterates over entry points in overloaded group,
  267. the iteration actually happens over the other group.
  268. This context manager is stackable. To substitute more than one entry point
  269. group, just nest two contexts.
  270. ''' # pylint: disable=invalid-name
  271. def __init__(self, group, tempgroup):
  272. self.group = group
  273. self.tempgroup = tempgroup
  274. self._orig_iter_entry_points = None
  275. def _iter_entry_points(self, group, *args, **kwargs):
  276. if group == self.group:
  277. group = self.tempgroup
  278. return self._orig_iter_entry_points(group, *args, **kwargs)
  279. def __enter__(self):
  280. self._orig_iter_entry_points = pkg_resources.iter_entry_points
  281. pkg_resources.iter_entry_points = self._iter_entry_points
  282. return self
  283. def __exit__(self, exc_type, exc_value, tb):
  284. pkg_resources.iter_entry_points = self._orig_iter_entry_points
  285. self._orig_iter_entry_points = None
  286. class QubesTestCase(unittest.TestCase):
  287. '''Base class for Qubes unit tests.
  288. '''
  289. def __init__(self, *args, **kwargs):
  290. super(QubesTestCase, self).__init__(*args, **kwargs)
  291. self.longMessage = True
  292. self.log = logging.getLogger('{}.{}.{}'.format(
  293. self.__class__.__module__,
  294. self.__class__.__name__,
  295. self._testMethodName))
  296. self.addTypeEqualityFunc(qubes.devices.DeviceManager,
  297. self.assertDevicesEqual)
  298. self.loop = None
  299. def __str__(self):
  300. return '{}/{}/{}'.format(
  301. self.__class__.__module__,
  302. self.__class__.__name__,
  303. self._testMethodName)
  304. def setUp(self):
  305. super().setUp()
  306. self.addCleanup(self.cleanup_gc)
  307. self.loop = asyncio.get_event_loop()
  308. self.addCleanup(self.cleanup_loop)
  309. self.addCleanup(qubes.ext.pci._cache_get.cache_clear)
  310. def cleanup_gc(self):
  311. gc.collect()
  312. leaked = [obj for obj in gc.get_objects() + gc.garbage
  313. if isinstance(obj,
  314. (qubes.Qubes, qubes.vm.BaseVM,
  315. libvirt.virConnect, libvirt.virDomain))]
  316. if leaked:
  317. try:
  318. import objgraph
  319. objgraph.show_backrefs(leaked,
  320. max_depth=15, extra_info=extra_info,
  321. filename='/tmp/objgraph-{}.png'.format(self.id()))
  322. except ImportError:
  323. pass
  324. assert not leaked
  325. def cleanup_loop(self):
  326. '''Check if the loop is empty'''
  327. # XXX BEWARE this is touching undocumented, implementation-specific
  328. # attributes of the loop. This is most certainly unsupported and likely
  329. # will break when messing with: Python version, kernel family, loop
  330. # implementation, a combination thereof, or other things.
  331. # KEYWORDS for searching:
  332. # win32, SelectorEventLoop, ProactorEventLoop, uvloop, gevent
  333. global libvirt_event_impl
  334. # really destroy all objects that could have used loop and/or libvirt
  335. gc.collect()
  336. # Check for unfinished libvirt business.
  337. if libvirt_event_impl is not None:
  338. try:
  339. self.loop.run_until_complete(asyncio.wait_for(
  340. libvirt_event_impl.drain(), timeout=4))
  341. except asyncio.TimeoutError:
  342. raise AssertionError('libvirt event impl drain timeout')
  343. # Check there are no Tasks left.
  344. assert not self.loop._ready
  345. assert not self.loop._scheduled
  346. # Check the loop watches no descriptors.
  347. # NOTE the loop has a pipe for self-interrupting, created once per
  348. # lifecycle, and it is unwatched only at loop.close(); so we cannot just
  349. # check selector for non-emptiness
  350. assert len(self.loop._selector.get_map()) \
  351. == int(self.loop._ssock is not None)
  352. del self.loop
  353. def assertNotRaises(self, excClass, callableObj=None, *args, **kwargs):
  354. """Fail if an exception of class excClass is raised
  355. by callableObj when invoked with arguments args and keyword
  356. arguments kwargs. If a different type of exception is
  357. raised, it will not be caught, and the test case will be
  358. deemed to have suffered an error, exactly as for an
  359. unexpected exception.
  360. If called with callableObj omitted or None, will return a
  361. context object used like this::
  362. with self.assertRaises(SomeException):
  363. do_something()
  364. The context manager keeps a reference to the exception as
  365. the 'exception' attribute. This allows you to inspect the
  366. exception after the assertion::
  367. with self.assertRaises(SomeException) as cm:
  368. do_something()
  369. the_exception = cm.exception
  370. self.assertEqual(the_exception.error_code, 3)
  371. """
  372. context = _AssertNotRaisesContext(excClass, self)
  373. if callableObj is None:
  374. return context
  375. with context:
  376. callableObj(*args, **kwargs)
  377. def assertXMLEqual(self, xml1, xml2, msg=''):
  378. '''Check for equality of two XML objects.
  379. :param xml1: first element
  380. :param xml2: second element
  381. :type xml1: :py:class:`lxml.etree._Element`
  382. :type xml2: :py:class:`lxml.etree._Element`
  383. '''
  384. self.assertEqual(xml1.tag, xml2.tag)
  385. msg += '/' + str(xml1.tag)
  386. if xml1.text is not None and xml2.text is not None:
  387. self.assertEqual(xml1.text.strip(), xml2.text.strip(), msg)
  388. else:
  389. self.assertEqual(xml1.text, xml2.text, msg)
  390. self.assertCountEqual(xml1.keys(), xml2.keys(), msg)
  391. for key in xml1.keys():
  392. self.assertEqual(xml1.get(key), xml2.get(key), msg)
  393. self.assertEqual(len(xml1), len(xml2), msg + ' children count')
  394. for child1, child2 in zip(xml1, xml2):
  395. self.assertXMLEqual(child1, child2, msg=msg)
  396. def assertDevicesEqual(self, devices1, devices2, msg=None):
  397. self.assertEqual(devices1.keys(), devices2.keys(), msg)
  398. for dev_class in devices1.keys():
  399. self.assertEqual(
  400. [str(dev) for dev in devices1[dev_class]],
  401. [str(dev) for dev in devices2[dev_class]],
  402. "Devices of class {} differs{}".format(
  403. dev_class, (": " + msg) if msg else "")
  404. )
  405. def assertEventFired(self, subject, event, kwargs=None):
  406. '''Check whether event was fired on given emitter and fail if it did
  407. not.
  408. :param subject: emitter which is being checked
  409. :type emitter: :py:class:`TestEmitter`
  410. :param str event: event identifier
  411. :param dict kwargs: when given, all items must appear in kwargs passed \
  412. to an event
  413. '''
  414. will_not_match = object()
  415. for ev, ev_kwargs in subject.fired_events:
  416. if ev != event:
  417. continue
  418. if kwargs is not None:
  419. ev_kwargs = dict(ev_kwargs)
  420. if any(ev_kwargs.get(k, will_not_match) != v
  421. for k, v in kwargs.items()):
  422. continue
  423. return
  424. self.fail('event {!r} {}did not fire on {!r}'.format(
  425. event, ('' if kwargs is None else '{!r} '.format(kwargs)), subject))
  426. def assertEventNotFired(self, subject, event, kwargs=None):
  427. '''Check whether event was fired on given emitter. Fail if it did.
  428. :param subject: emitter which is being checked
  429. :type emitter: :py:class:`TestEmitter`
  430. :param str event: event identifier
  431. :param list kwargs: when given, all items must appear in kwargs passed \
  432. to an event
  433. '''
  434. will_not_match = object()
  435. for ev, ev_kwargs in subject.fired_events:
  436. if ev != event:
  437. continue
  438. if kwargs is not None:
  439. ev_kwargs = dict(ev_kwargs)
  440. if any(ev_kwargs.get(k, will_not_match) != v
  441. for k, v in kwargs.items()):
  442. continue
  443. self.fail('event {!r} {}did fire on {!r}'.format(
  444. event,
  445. ('' if kwargs is None else '{!r} '.format(kwargs)),
  446. subject))
  447. return
  448. def assertXMLIsValid(self, xml, file=None, schema=None):
  449. '''Check whether given XML fulfills Relax NG schema.
  450. Schema can be given in a couple of ways:
  451. - As separate file. This is most common, and also the only way to
  452. handle file inclusion. Call with file name as second argument.
  453. - As string containing actual schema. Put that string in *schema*
  454. keyword argument.
  455. :param lxml.etree._Element xml: XML element instance to check
  456. :param str file: filename of Relax NG schema
  457. :param str schema: optional explicit schema string
  458. ''' # pylint: disable=redefined-builtin
  459. if schema is not None and file is None:
  460. relaxng = schema
  461. if isinstance(relaxng, str):
  462. relaxng = lxml.etree.XML(relaxng)
  463. # pylint: disable=protected-access
  464. if isinstance(relaxng, lxml.etree._Element):
  465. relaxng = lxml.etree.RelaxNG(relaxng)
  466. elif file is not None and schema is None:
  467. if not os.path.isabs(file):
  468. basedirs = ['/usr/share/doc/qubes/relaxng']
  469. if in_git:
  470. basedirs.insert(0, os.path.join(in_git, 'relaxng'))
  471. for basedir in basedirs:
  472. abspath = os.path.join(basedir, file)
  473. if os.path.exists(abspath):
  474. file = abspath
  475. break
  476. relaxng = lxml.etree.RelaxNG(file=file)
  477. else:
  478. raise TypeError("There should be excactly one of 'file' and "
  479. "'schema' arguments specified.")
  480. # We have to be extra careful here in case someone messed up with
  481. # self.failureException. It should by default be AssertionError, just
  482. # what is spewed by RelaxNG(), but who knows what might happen.
  483. try:
  484. relaxng.assert_(xml)
  485. except self.failureException:
  486. raise
  487. except AssertionError as e:
  488. self.fail(str(e))
  489. @staticmethod
  490. def make_vm_name(name, class_teardown=False):
  491. if class_teardown:
  492. return CLSVMPREFIX + name
  493. else:
  494. return VMPREFIX + name
  495. class SystemTestCase(QubesTestCase):
  496. """
  497. Mixin for integration tests. All the tests here should use self.app
  498. object and when need qubes.xml path - should use :py:data:`XMLPATH`
  499. defined in this file.
  500. Every VM created by test, must use :py:meth:`SystemTestCase.make_vm_name`
  501. for VM name.
  502. By default self.app represents empty collection, if anything is needed
  503. there from the real collection it can be imported from self.host_app in
  504. :py:meth:`SystemTestCase.setUp`. But *can not be modified* in any way -
  505. this include both changing attributes in
  506. :py:attr:`SystemTestCase.host_app` and modifying files of such imported
  507. VM. If test need to make some modification, it must clone the VM first.
  508. If some group of tests needs class-wide initialization, first of all the
  509. author should consider if it is really needed. But if so, setUpClass can
  510. be used to create Qubes(CLASS_XMLPATH) object and create/import required
  511. stuff there. VMs created in :py:meth:`TestCase.setUpClass` should
  512. use self.make_vm_name('...', class_teardown=True) for name creation.
  513. Such (group of) test need to take care about
  514. :py:meth:`TestCase.tearDownClass` implementation itself.
  515. """
  516. # noinspection PyAttributeOutsideInit
  517. def setUp(self):
  518. if not in_dom0:
  519. self.skipTest('outside dom0')
  520. super(SystemTestCase, self).setUp()
  521. self.remove_test_vms()
  522. # need some information from the real qubes.xml - at least installed
  523. # templates; should not be used for testing, only to initialize self.app
  524. self.host_app = qubes.Qubes(os.path.join(
  525. qubes.config.qubes_base_dir,
  526. qubes.config.system_path['qubes_store_filename']))
  527. if os.path.exists(CLASS_XMLPATH):
  528. shutil.copy(CLASS_XMLPATH, XMLPATH)
  529. else:
  530. shutil.copy(self.host_app.store, XMLPATH)
  531. self.app = qubes.Qubes(XMLPATH)
  532. os.environ['QUBES_XML_PATH'] = XMLPATH
  533. self.app.register_event_handlers()
  534. self.qubesd = self.loop.run_until_complete(
  535. qubes.api.create_servers(
  536. qubes.api.admin.QubesAdminAPI,
  537. qubes.api.internal.QubesInternalAPI,
  538. app=self.app, debug=True))
  539. self.addCleanup(self.cleanup_app)
  540. self.app.add_handler('domain-delete', self.close_qdb_on_remove)
  541. def close_qdb_on_remove(self, app, event, vm, **kwargs):
  542. # only close QubesDB connection, do not perform other (destructive)
  543. # actions of vm.close()
  544. if vm._qdb_connection_watch is not None:
  545. asyncio.get_event_loop().remove_reader(
  546. vm._qdb_connection_watch.watch_fd())
  547. vm._qdb_connection_watch.close()
  548. vm._qdb_connection_watch = None
  549. def cleanup_app(self):
  550. self.remove_test_vms()
  551. server = None
  552. for server in self.qubesd:
  553. for sock in server.sockets:
  554. os.unlink(sock.getsockname())
  555. server.close()
  556. del server
  557. # close all existing connections, especially this will interrupt
  558. # running admin.Events calls, which do keep reference to Qubes() and
  559. # libvirt connection
  560. conn = None
  561. for conn in qubes.api.QubesDaemonProtocol.connections:
  562. if conn.transport:
  563. conn.transport.abort()
  564. del conn
  565. self.loop.run_until_complete(asyncio.wait([
  566. server.wait_closed() for server in self.qubesd]))
  567. del self.qubesd
  568. # remove all references to any complex qubes objects, to release
  569. # resources - most importantly file descriptors; this object will live
  570. # during the whole test run, but all the file descriptors would be
  571. # depleted earlier
  572. self.app.close()
  573. self.host_app.close()
  574. del self.app
  575. del self.host_app
  576. for attr in dir(self):
  577. obj_type = type(getattr(self, attr))
  578. if obj_type.__module__.startswith('qubes'):
  579. delattr(self, attr)
  580. # then trigger garbage collector to really destroy those objects
  581. gc.collect()
  582. def init_default_template(self, template=None):
  583. if template is None:
  584. template = self.host_app.default_template
  585. elif isinstance(template, str):
  586. template = self.host_app.domains[template]
  587. self.app.default_template = str(template)
  588. def init_networking(self):
  589. if not self.app.default_template:
  590. self.skipTest('Default template required for testing networking')
  591. default_netvm = self.host_app.default_netvm
  592. # if testing Whonix Workstation based VMs, try to use sys-whonix instead
  593. if self.app.default_template.name.startswith('whonix-ws'):
  594. if 'sys-whonix' in self.host_app.domains:
  595. default_netvm = self.host_app.domains['sys-whonix']
  596. if default_netvm is None:
  597. self.skipTest('Default netvm required')
  598. if not default_netvm.is_running():
  599. self.skipTest('VM {} required to be running'.format(
  600. default_netvm.name))
  601. self.app.default_netvm = str(default_netvm)
  602. def _find_pool(self, volume_group, thin_pool):
  603. ''' Returns the pool matching the specified ``volume_group`` &
  604. ``thin_pool``, or None.
  605. '''
  606. pools = [p for p in self.app.pools
  607. if issubclass(p.__class__, qubes.storage.lvm.ThinPool)]
  608. for pool in pools:
  609. if pool.volume_group == volume_group \
  610. and pool.thin_pool == thin_pool:
  611. return pool
  612. return None
  613. def init_lvm_pool(self):
  614. volume_group, thin_pool = DEFAULT_LVM_POOL.split('/', 1)
  615. path = "/dev/mapper/{!s}-{!s}".format(volume_group, thin_pool)
  616. if not os.path.exists(path):
  617. self.skipTest('LVM thin pool {!r} does not exist'.
  618. format(DEFAULT_LVM_POOL))
  619. self.pool = self._find_pool(volume_group, thin_pool)
  620. if not self.pool:
  621. self.pool = self.app.add_pool(**POOL_CONF)
  622. self.created_pool = True
  623. def _remove_vm_qubes(self, vm):
  624. vmname = vm.name
  625. app = vm.app
  626. # avoid race with DispVM.auto_cleanup=True
  627. try:
  628. self.loop.run_until_complete(
  629. asyncio.wait_for(vm.startup_lock.acquire(), 10))
  630. except asyncio.TimeoutError:
  631. pass
  632. try:
  633. # XXX .is_running() may throw libvirtError if undefined
  634. if vm.is_running():
  635. self.loop.run_until_complete(vm.kill())
  636. except: # pylint: disable=bare-except
  637. pass
  638. try:
  639. self.loop.run_until_complete(vm.remove_from_disk())
  640. except: # pylint: disable=bare-except
  641. pass
  642. try:
  643. del app.domains[vm.qid]
  644. except KeyError:
  645. pass
  646. vm.close()
  647. del vm
  648. app.save()
  649. del app
  650. # Now ensure it really went away. This may not have happened,
  651. # for example if vm.libvirt_domain malfunctioned.
  652. try:
  653. conn = libvirt.open(qubes.config.defaults['libvirt_uri'])
  654. except: # pylint: disable=bare-except
  655. pass
  656. else:
  657. try:
  658. dom = conn.lookupByName(vmname)
  659. except: # pylint: disable=bare-except
  660. pass
  661. else:
  662. self._remove_vm_libvirt(dom)
  663. conn.close()
  664. self._remove_vm_disk(vmname)
  665. @staticmethod
  666. def _remove_vm_libvirt(dom):
  667. try:
  668. dom.destroy()
  669. except libvirt.libvirtError: # not running
  670. pass
  671. dom.undefine()
  672. @staticmethod
  673. def _remove_vm_disk(vmname):
  674. for dirspec in (
  675. 'qubes_appvms_dir',
  676. 'qubes_servicevms_dir',
  677. 'qubes_templates_dir'):
  678. dirpath = os.path.join(qubes.config.qubes_base_dir,
  679. qubes.config.system_path[dirspec], vmname)
  680. if os.path.exists(dirpath):
  681. if os.path.isdir(dirpath):
  682. shutil.rmtree(dirpath)
  683. else:
  684. os.unlink(dirpath)
  685. @staticmethod
  686. def _remove_vm_disk_lvm(prefix=VMPREFIX):
  687. ''' Remove LVM volumes with given prefix
  688. This is "a bit" drastic, as it removes volumes regardless of volume
  689. group, thin pool etc. But we assume no important data on test system.
  690. '''
  691. try:
  692. volumes = subprocess.check_output(
  693. ['sudo', 'lvs', '--noheadings', '-o', 'vg_name,name',
  694. '--separator', '/']).decode()
  695. if ('/vm-' + prefix) not in volumes:
  696. return
  697. subprocess.check_call(['sudo', 'lvremove', '-f'] +
  698. [vol.strip() for vol in volumes.splitlines()
  699. if ('/vm-' + prefix) in vol],
  700. stdout=subprocess.DEVNULL)
  701. except subprocess.CalledProcessError:
  702. pass
  703. def remove_vms(self, vms):
  704. vms = list(vms)
  705. if not vms:
  706. return
  707. # break dependencies
  708. for vm in vms:
  709. vm.default_dispvm = None
  710. # then remove in reverse topological order (wrt netvm), using naive
  711. # algorithm
  712. # this heavily depends on lack of netvm loops
  713. while vms:
  714. vm = vms.pop(0)
  715. # make sure that all connected VMs are going to be removed,
  716. # otherwise this will loop forever
  717. assert all(x in vms for x in vm.connected_vms)
  718. if list(vm.connected_vms):
  719. # if still something use this VM, put it at the end of queue
  720. # and try next one
  721. vms.append(vm)
  722. continue
  723. self._remove_vm_qubes(vm)
  724. def remove_test_vms(self, xmlpath=XMLPATH, prefix=VMPREFIX):
  725. '''Aggresively remove any domain that has name in testing namespace.
  726. '''
  727. # first, remove them Qubes-way
  728. if os.path.exists(xmlpath):
  729. try:
  730. try:
  731. app = self.app
  732. except AttributeError:
  733. app = qubes.Qubes(xmlpath)
  734. try:
  735. host_app = self.host_app
  736. except AttributeError:
  737. host_app = qubes.Qubes()
  738. self.remove_vms([vm for vm in app.domains
  739. if vm.name.startswith(prefix) or
  740. (isinstance(vm, qubes.vm.dispvm.DispVM) and vm.name
  741. not in host_app.domains)])
  742. if not hasattr(self, 'host_app'):
  743. host_app.close()
  744. del host_app
  745. if not hasattr(self, 'app'):
  746. app.close()
  747. del app
  748. except qubes.exc.QubesException:
  749. pass
  750. os.unlink(xmlpath)
  751. # now remove what was only in libvirt
  752. conn = libvirt.open(qubes.config.defaults['libvirt_uri'])
  753. for dom in conn.listAllDomains():
  754. if dom.name().startswith(prefix):
  755. self._remove_vm_libvirt(dom)
  756. conn.close()
  757. # finally remove anything that is left on disk
  758. vmnames = set()
  759. for dirspec in (
  760. 'qubes_appvms_dir',
  761. 'qubes_servicevms_dir',
  762. 'qubes_templates_dir'):
  763. dirpath = os.path.join(qubes.config.qubes_base_dir,
  764. qubes.config.system_path[dirspec])
  765. if not os.path.exists(dirpath):
  766. continue
  767. for name in os.listdir(dirpath):
  768. if name.startswith(prefix):
  769. vmnames.add(name)
  770. for vmname in vmnames:
  771. self._remove_vm_disk(vmname)
  772. self._remove_vm_disk_lvm(prefix)
  773. def qrexec_policy(self, service, source, destination, allow=True,
  774. action=None):
  775. """
  776. Allow qrexec calls for duration of the test
  777. :param service: service name
  778. :param source: source VM name
  779. :param destination: destination VM name
  780. :param allow: add rule with 'allow' action, otherwise 'deny'
  781. :param action: custom action, if specified *allow* argument is ignored
  782. :return:
  783. """
  784. return _QrexecPolicyContext(service, source, destination,
  785. allow=allow, action=action)
  786. def wait_for_window(self, title, timeout=30, show=True):
  787. """
  788. Wait for a window with a given title. Depending on show parameter,
  789. it will wait for either window to show or to disappear.
  790. :param title: title of the window to wait for
  791. :param timeout: timeout of the operation, in seconds
  792. :param show: if True - wait for the window to be visible,
  793. otherwise - to not be visible
  794. :return: None
  795. """
  796. wait_count = 0
  797. while subprocess.call(['xdotool', 'search', '--name', title],
  798. stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT) \
  799. != int(not show):
  800. wait_count += 1
  801. if wait_count > timeout*10:
  802. self.fail("Timeout while waiting for {} window to {}".format(
  803. title, "show" if show else "hide")
  804. )
  805. self.loop.run_until_complete(asyncio.sleep(0.1))
  806. def enter_keys_in_window(self, title, keys):
  807. """
  808. Search for window with given title, then enter listed keys there.
  809. The function will wait for said window to appear.
  810. :param title: title of window
  811. :param keys: list of keys to enter, as for `xdotool key`
  812. :return: None
  813. """
  814. # 'xdotool search --sync' sometimes crashes on some race when
  815. # accessing window properties
  816. self.wait_for_window(title)
  817. command = ['xdotool', 'search', '--name', title,
  818. 'windowactivate', '--sync',
  819. 'key'] + keys
  820. subprocess.check_call(command)
  821. def shutdown_and_wait(self, vm, timeout=60):
  822. self.loop.run_until_complete(vm.shutdown())
  823. while timeout > 0:
  824. if not vm.is_running():
  825. return
  826. self.loop.run_until_complete(asyncio.sleep(1))
  827. timeout -= 1
  828. name = vm.name
  829. del vm
  830. self.fail("Timeout while waiting for VM {} shutdown".format(name))
  831. def prepare_hvm_system_linux(self, vm, init_script, extra_files=None):
  832. if not os.path.exists('/usr/lib/grub/i386-pc'):
  833. self.skipTest('grub2 not installed')
  834. if not spawn.find_executable('grub2-install'):
  835. self.skipTest('grub2-tools not installed')
  836. if not spawn.find_executable('dracut'):
  837. self.skipTest('dracut not installed')
  838. # create a single partition
  839. p = subprocess.Popen(['sfdisk', '-q', '-L', vm.storage.root_img],
  840. stdin=subprocess.PIPE,
  841. stdout=subprocess.DEVNULL,
  842. stderr=subprocess.STDOUT)
  843. p.communicate('2048,\n')
  844. assert p.returncode == 0, 'sfdisk failed'
  845. # TODO: check if root_img is really file, not already block device
  846. p = subprocess.Popen(['sudo', 'losetup', '-f', '-P', '--show',
  847. vm.storage.root_img], stdout=subprocess.PIPE)
  848. (loopdev, _) = p.communicate()
  849. loopdev = loopdev.strip()
  850. looppart = loopdev + 'p1'
  851. assert p.returncode == 0, 'losetup failed'
  852. subprocess.check_call(['sudo', 'mkfs.ext2', '-q', '-F', looppart])
  853. mountpoint = tempfile.mkdtemp()
  854. subprocess.check_call(['sudo', 'mount', looppart, mountpoint])
  855. try:
  856. subprocess.check_call(['sudo', 'grub2-install',
  857. '--target', 'i386-pc',
  858. '--modules', 'part_msdos ext2',
  859. '--boot-directory', mountpoint, loopdev],
  860. stderr=subprocess.DEVNULL
  861. )
  862. grub_cfg = '{}/grub2/grub.cfg'.format(mountpoint)
  863. subprocess.check_call(
  864. ['sudo', 'chown', '-R', os.getlogin(), mountpoint])
  865. with open(grub_cfg, 'w') as f:
  866. f.write(
  867. "set timeout=1\n"
  868. "menuentry 'Default' {\n"
  869. " linux /vmlinuz root=/dev/xvda1 "
  870. "rd.driver.blacklist=bochs_drm "
  871. "rd.driver.blacklist=uhci_hcd console=hvc0\n"
  872. " initrd /initrd\n"
  873. "}"
  874. )
  875. p = subprocess.Popen(['uname', '-r'], stdout=subprocess.PIPE)
  876. (kernel_version, _) = p.communicate()
  877. kernel_version = kernel_version.strip()
  878. kernel = '/boot/vmlinuz-{}'.format(kernel_version)
  879. shutil.copy(kernel, os.path.join(mountpoint, 'vmlinuz'))
  880. init_path = os.path.join(mountpoint, 'init')
  881. with open(init_path, 'w') as f:
  882. f.write(init_script)
  883. os.chmod(init_path, 0o755)
  884. dracut_args = [
  885. '--kver', kernel_version,
  886. '--include', init_path,
  887. '/usr/lib/dracut/hooks/pre-pivot/initscript.sh',
  888. '--no-hostonly', '--nolvmconf', '--nomdadmconf',
  889. ]
  890. if extra_files:
  891. dracut_args += ['--install', ' '.join(extra_files)]
  892. subprocess.check_call(
  893. ['dracut'] + dracut_args + [os.path.join(mountpoint,
  894. 'initrd')],
  895. stderr=subprocess.DEVNULL
  896. )
  897. finally:
  898. subprocess.check_call(['sudo', 'umount', mountpoint])
  899. shutil.rmtree(mountpoint)
  900. subprocess.check_call(['sudo', 'losetup', '-d', loopdev])
  901. def create_bootable_iso(self):
  902. '''Create simple bootable ISO image.
  903. Type 'poweroff' to it to terminate that VM.
  904. '''
  905. isolinux_cfg = (
  906. 'prompt 1\n'
  907. 'label poweroff\n'
  908. ' kernel poweroff.c32\n'
  909. )
  910. output_fd, output_path = tempfile.mkstemp('.iso')
  911. with tempfile.TemporaryDirectory() as tmp_dir:
  912. try:
  913. shutil.copy('/usr/share/syslinux/isolinux.bin', tmp_dir)
  914. shutil.copy('/usr/share/syslinux/ldlinux.c32', tmp_dir)
  915. shutil.copy('/usr/share/syslinux/poweroff.c32', tmp_dir)
  916. with open(os.path.join(tmp_dir, 'isolinux.cfg'), 'w') as cfg:
  917. cfg.write(isolinux_cfg)
  918. subprocess.check_call(['genisoimage', '-o', output_path,
  919. '-c', 'boot.cat',
  920. '-b', 'isolinux.bin',
  921. '-no-emul-boot',
  922. '-boot-load-size', '4',
  923. '-boot-info-table',
  924. '-q',
  925. tmp_dir])
  926. except FileNotFoundError:
  927. self.skipTest('syslinux or genisoimage not installed')
  928. os.close(output_fd)
  929. self.addCleanup(os.unlink, output_path)
  930. return output_path
  931. def create_local_file(self, filename, content, mode='w'):
  932. with open(filename, mode) as file:
  933. file.write(content)
  934. self.addCleanup(os.unlink, filename)
  935. def create_remote_file(self, vm, filename, content):
  936. self.loop.run_until_complete(vm.run_for_stdio(
  937. 'cat > {}'.format(shlex.quote(filename)),
  938. user='root', input=content.encode('utf-8')))
  939. @asyncio.coroutine
  940. def wait_for_session(self, vm):
  941. yield from asyncio.wait_for(
  942. vm.run_service_for_stdio(
  943. 'qubes.WaitForSession', input=vm.default_user.encode()),
  944. timeout=30)
  945. _templates = None
  946. def list_templates():
  947. '''Returns tuple of template names available in the system.'''
  948. global _templates
  949. if _templates is None:
  950. try:
  951. app = qubes.Qubes()
  952. _templates = tuple(vm.name for vm in app.domains
  953. if isinstance(vm, qubes.vm.templatevm.TemplateVM))
  954. app.close()
  955. del app
  956. except OSError:
  957. _templates = ()
  958. return _templates
  959. def create_testcases_for_templates(name, *bases, module, **kwds):
  960. '''Do-it-all helper for generating per-template tests via load_tests proto
  961. This does several things:
  962. - creates per-template classes
  963. - adds them to module's :py:func:`globals`
  964. - returns an iterable suitable for passing to loader.loadTestsFromNames
  965. TestCase classes created by this function have implicit `.template`
  966. attribute, which contains name of the respective template. They are also
  967. named with given prefix, underscore and template name. If template name
  968. contains characters not valid as part of Python identifier, they are
  969. impossible to get via standard ``.`` operator, though :py:func:`getattr` is
  970. still usable.
  971. >>> class MyTestsMixIn:
  972. ... def test_000_my_test(self):
  973. ... assert self.template.startswith('debian')
  974. >>> def load_tests(loader, tests, pattern):
  975. ... tests.addTests(loader.loadTestsFromNames(
  976. ... qubes.tests.create_testcases_for_templates(
  977. ... 'TC_00_MyTests', MyTestsMixIn, qubes.tests.SystemTestCase,
  978. ... module=sys.modules[__name__])))
  979. *NOTE* adding ``module=sys.modules[__name__]`` is *mandatory*, and to allow
  980. enforcing this, it uses keyword-only argument syntax, which is only in
  981. Python 3.
  982. '''
  983. # Do not attempt to grab the module from traceback, since we are actually
  984. # a generator and loadTestsFromNames may also be a generator, so it's not
  985. # possible to correctly guess frame from stack. Explicit is better than
  986. # implicit!
  987. for template in list_templates():
  988. clsname = name + '_' + template
  989. cls = type(clsname, bases, {'template': template, **kwds})
  990. cls.__module__ = module.__name__
  991. # XXX I wonder what other __dunder__ attrs did I miss
  992. setattr(module, clsname, cls)
  993. yield '.'.join((module.__name__, clsname))
  994. def extra_info(obj):
  995. '''Return short info identifying object.
  996. For example, if obj is a qube, return its name. This is for use with
  997. :py:mod:`objgraph` package.
  998. '''
  999. # Feel free to extend to other cases.
  1000. if isinstance(obj, qubes.vm.qubesvm.QubesVM):
  1001. try:
  1002. return obj.name
  1003. except AttributeError:
  1004. pass
  1005. if isinstance(obj, unittest.TestCase):
  1006. return obj.id()
  1007. return ''
  1008. def load_tests(loader, tests, pattern): # pylint: disable=unused-argument
  1009. # discard any tests from this module, because it hosts base classes
  1010. tests = unittest.TestSuite()
  1011. for modname in (
  1012. # unit tests
  1013. 'qubes.tests.events',
  1014. 'qubes.tests.devices',
  1015. 'qubes.tests.devices_block',
  1016. 'qubes.tests.firewall',
  1017. 'qubes.tests.init',
  1018. 'qubes.tests.vm.init',
  1019. 'qubes.tests.storage',
  1020. 'qubes.tests.storage_file',
  1021. 'qubes.tests.storage_lvm',
  1022. 'qubes.tests.storage_kernels',
  1023. 'qubes.tests.ext',
  1024. 'qubes.tests.vm.qubesvm',
  1025. 'qubes.tests.vm.mix.net',
  1026. 'qubes.tests.vm.adminvm',
  1027. 'qubes.tests.vm.appvm',
  1028. 'qubes.tests.vm.dispvm',
  1029. 'qubes.tests.app',
  1030. 'qubes.tests.tarwriter',
  1031. 'qubes.tests.api',
  1032. 'qubes.tests.api_admin',
  1033. 'qubes.tests.api_misc',
  1034. 'qubespolicy.tests',
  1035. 'qubespolicy.tests.cli',
  1036. ):
  1037. tests.addTests(loader.loadTestsFromName(modname))
  1038. # GTK/Glib is way too old there
  1039. if 'TRAVIS' not in os.environ:
  1040. for modname in (
  1041. 'qubespolicy.tests.gtkhelpers',
  1042. 'qubespolicy.tests.rpcconfirmation',
  1043. ):
  1044. tests.addTests(loader.loadTestsFromName(modname))
  1045. tests.addTests(loader.discover(
  1046. os.path.join(os.path.dirname(__file__), 'tools')))
  1047. if not in_dom0:
  1048. return tests
  1049. for modname in (
  1050. # integration tests
  1051. 'qubes.tests.integ.basic',
  1052. 'qubes.tests.integ.storage',
  1053. 'qubes.tests.integ.pvgrub',
  1054. 'qubes.tests.integ.devices_pci',
  1055. 'qubes.tests.integ.dom0_update',
  1056. 'qubes.tests.integ.network',
  1057. 'qubes.tests.integ.dispvm',
  1058. 'qubes.tests.integ.vm_qrexec_gui',
  1059. 'qubes.tests.integ.salt',
  1060. 'qubes.tests.integ.backup',
  1061. 'qubes.tests.integ.backupcompatibility',
  1062. # 'qubes.tests.regressions',
  1063. # external modules
  1064. 'qubes.tests.extra',
  1065. ):
  1066. tests.addTests(loader.loadTestsFromName(modname))
  1067. return tests