4 # Copyright 2012 Red Hat Inc.
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU Lesser General Public License as published
8 # by the Free Software Foundation; either version 2.1 of the licence or (at
9 # your option) any later version.
11 # See the included COPYING file for more information.
16 service = mock.SecretService()
17 service.add_standard_objects()
18 service.algorithms = { "plain": mock.PlainAlgorithm() }