Statistics
| Branch: | Tag: | Revision:

root / test / py / cmdlib / instance_query_unittest.py @ 4869595d

History | View | Annotate | Download (930 Bytes)

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

24 2f3230f6 Thomas Thrainer
"""
25 2f3230f6 Thomas Thrainer
26 2f3230f6 Thomas Thrainer
from testsupport import *
27 2f3230f6 Thomas Thrainer
28 2f3230f6 Thomas Thrainer
import testutils
29 2f3230f6 Thomas Thrainer
30 2f3230f6 Thomas Thrainer
31 2f3230f6 Thomas Thrainer
if __name__ == "__main__":
32 2f3230f6 Thomas Thrainer
  testutils.GanetiTestProgram()