~corey.bryant/nova/2014.1

« back to all changes in this revision

Viewing changes to debian/patches/skip_sample_tests.patch

  • Committer: Chuck Short
  • Date: 2014-04-01 17:19:14 UTC
  • Revision ID: zulcss@ubuntu.com-20140401171914-ijh2b2kg1531q917
Revert skip patches changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Skip tests that fail on the buildds.
2
 
Author: Chuck Short <zulcss@ubuntu.com>
3
 
Forwarded: No
4
 
diff --git a/nova/tests/integrated/test_api_samples.py b/nova/tests/integrated/test_api_samples.py
5
 
index d9e1a44..48fe27b 100644
6
 
--- a/nova/tests/integrated/test_api_samples.py
7
 
+++ b/nova/tests/integrated/test_api_samples.py
8
 
@@ -1611,6 +1611,7 @@ class MultipleCreateJsonTest(ServersSampleBase):
9
 
                       "Multiple_create")
10
 
 
11
 
     def test_multiple_create(self):
12
 
+        self.skipTest('Skipped by Ubuntu -  LP: #1300522'
13
 
         subs = {
14
 
             'image_id': fake.get_valid_image_id(),
15
 
             'host': self._get_host(),
16
 
@@ -1622,6 +1623,7 @@ class MultipleCreateJsonTest(ServersSampleBase):
17
 
         self._verify_response('multiple-create-post-resp', subs, response, 202)
18
 
 
19
 
     def test_multiple_create_without_reservation_id(self):
20
 
+        self.skipTest('Skipped by Ubuntu -  LP: #1300522')
21
 
         subs = {
22
 
             'image_id': fake.get_valid_image_id(),
23
 
             'host': self._get_host(),
24
 
1.9.1
25