Statistics
| Branch: | Tag: | Revision:

root / test / py / ganeti.storage.gluster_unittest.py @ 8106dd64

History | View | Annotate | Download (905 Bytes)

1 8106dd64 Santi Raffa
#!/usr/bin/python
2 8106dd64 Santi Raffa
#
3 8106dd64 Santi Raffa
4 8106dd64 Santi Raffa
# Copyright (C) 2013 Google Inc.
5 8106dd64 Santi Raffa
#
6 8106dd64 Santi Raffa
# This program is free software; you can redistribute it and/or modify
7 8106dd64 Santi Raffa
# it under the terms of the GNU General Public License as published by
8 8106dd64 Santi Raffa
# the Free Software Foundation; either version 2 of the License, or
9 8106dd64 Santi Raffa
# (at your option) any later version.
10 8106dd64 Santi Raffa
#
11 8106dd64 Santi Raffa
# This program is distributed in the hope that it will be useful, but
12 8106dd64 Santi Raffa
# WITHOUT ANY WARRANTY; without even the implied warranty of
13 8106dd64 Santi Raffa
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 8106dd64 Santi Raffa
# General Public License for more details.
15 8106dd64 Santi Raffa
#
16 8106dd64 Santi Raffa
# You should have received a copy of the GNU General Public License
17 8106dd64 Santi Raffa
# along with this program; if not, write to the Free Software
18 8106dd64 Santi Raffa
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 8106dd64 Santi Raffa
# 02110-1301, USA.
20 8106dd64 Santi Raffa
21 8106dd64 Santi Raffa
"""Script for unittesting the ganeti.storage.gluster module"""
22 8106dd64 Santi Raffa
23 8106dd64 Santi Raffa
import testutils
24 8106dd64 Santi Raffa
25 8106dd64 Santi Raffa
if __name__ == "__main__":
26 8106dd64 Santi Raffa
  testutils.GanetiTestProgram()