summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJason Kölker <jason@koelker.net>2011-06-01 11:43:42 -0500
committerJason Kölker <jason@koelker.net>2011-06-01 11:43:42 -0500
commit0482e6aa7a1a097c2b65f0ebe959845df262d30e (patch)
treefe04b0c822f8872b3a57006afad83ade104c2228 /nova/tests
parent447f65ade139803a1376a12c5a27f90419080eb2 (diff)
make the stubs
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/network/base.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/nova/tests/network/base.py b/nova/tests/network/base.py
index 460624cba..277979287 100644
--- a/nova/tests/network/base.py
+++ b/nova/tests/network/base.py
@@ -20,7 +20,7 @@ from nova import db
from nova import flags
from nova import log as logging
from nova import test
-
+from nova.tests.db import fakes as db_fakes
FLAGS = flags.FLAGS
LOG = logging.getLogger('nova.tests.network')
@@ -37,3 +37,5 @@ class NetworkTestCase(test.TestCase):
'netuser',
'netuser')
self.projects = []
+ db_fakes.stub_out_db_network_api(self.stubs)
+
n144'>144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
/* $Id$
 *
 * Lasso - A free implementation of the Liberty Alliance specifications.
 *
 * Copyright (C) 2004-2007 Entr'ouvert
 * http://lasso.entrouvert.org
 *
 * Authors: See AUTHORS file in top-level directory.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
#include "../utils.h"
#include "private.h"
#include "lib_federation_termination_notification.h"
#include <libxml/uri.h>

/**
 * SECTION:lib_federation_termination_notification
 * @short_description: &lt;lib:FederationTerminationNotification&gt;
 *
 * <figure><title>Schema fragment for lib:FederationTerminationNotification</title>
 * <programlisting><![CDATA[
 * <xs:element name="FederationTerminationNotification"
 *     type="FederationTerminationNotificationType"/>
 *   <xs:complexType name="FederationTerminationNotificationType">
 *     <xs:complexContent>