index
:
nova.git
shared-key-msg
OpenStack's nova patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nova
/
test.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
support the extra optional arguments for msg to assertIn and assertNotIn
Chris Behrens
2011-08-29
1
-6
/
+6
*
fix for assertIn and assertNotIn use which was added in python 2.7. this mak...
Chris Behrens
2011-08-28
1
-0
/
+18
*
Implemented @test.skip_unless and @test.skip_if functionality in nova/test.py.
Justin Shepherd
2011-08-05
1
-2
/
+33
|
\
|
*
utilized functools.wraps
Justin Shepherd
2011-08-04
1
-6
/
+3
|
*
Conditionals were not actually runing the tests when they were supposed to. R...
Justin Shepherd
2011-08-03
1
-0
/
+2
|
*
Resolved pep8 errors
Justin Shepherd
2011-08-02
1
-1
/
+2
|
*
Added @test.skip_unless and @test.skip_if functionality. Also created nova/te...
Justin Shepherd
2011-08-01
1
-0
/
+31
*
|
remove storing original flags verbosity
Chris Behrens
2011-08-04
1
-1
/
+0
*
|
remove set_flags_verbosity.. it's not needed
Chris Behrens
2011-08-04
1
-5
/
+0
*
|
switch FLAGS.* = in tests to self.flags(...)
Chris Behrens
2011-08-03
1
-5
/
+3
*
|
more cleanup of API tests regarding FLAGS
Chris Behrens
2011-08-03
1
-0
/
+6
|
/
*
Implements a simplified messaging abstraction with the least amount of impact...
Zed Shaw
2011-07-26
1
-16
/
+0
*
image/fake: added teardown method
Isaku Yamahata
2011-07-08
1
-0
/
+4
*
merge with trunk
Isaku Yamahata
2011-07-08
1
-23
/
+19
|
\
|
*
merged trunk, fixed the floating_ip fixed_ip exception stupidity
Trey Morris
2011-06-29
1
-23
/
+0
|
|
\
|
|
*
General cleanup and refactor of a lot of the API/WSGI service code.
Brian Lamar
2011-06-18
1
-23
/
+0
|
*
|
bunch of docstring changes
Trey Morris
2011-06-17
1
-2
/
+2
|
*
|
merge with trey
Jason Koelker
2011-06-06
1
-7
/
+23
|
|
\
|
|
*
|
pep8 fixes
Jason Kölker
2011-05-31
1
-1
/
+1
|
*
|
Virt tests passing while assuming the old style single nics
Cerberus
2011-05-26
1
-2
/
+2
|
*
|
merge with dietz
Jason Koelker
2011-05-26
1
-5
/
+14
|
|
\
\
|
|
*
|
Added test skipper class
Cerberus
2011-05-25
1
-0
/
+16
|
*
|
|
Fixing divergence
Cerberus
2011-05-25
1
-0
/
+9
|
|
/
/
*
|
/
api/ec2, boot-from-volume: an unit test for describe instances
Isaku Yamahata
2011-06-22
1
-0
/
+12
|
|
/
|
/
|
*
|
Changes all uses of utcnow to use the version in utils. This is a simple wra...
Vishvananda Ishaya
2011-06-03
1
-2
/
+2
|
\
\
|
*
|
make all uses of utcnow use our testable utils.utcnow
Vishvananda Ishaya
2011-06-02
1
-2
/
+2
*
|
|
Resolving conflict and finish test_images
Rick Harris
2011-05-31
1
-5
/
+9
|
\
|
|
|
*
|
cleanup the code for merging
termie
2011-05-25
1
-1
/
+1
|
*
|
lots of fixes for rpc and extra imports
Vishvananda Ishaya
2011-05-25
1
-3
/
+5
|
*
|
almost everything working with fake_rabbit
termie
2011-05-25
1
-0
/
+1
|
|
/
*
|
Pep8 fixes
Rick Harris
2011-05-17
1
-2
/
+3
*
|
Adding fill first cost function
Rick Harris
2011-05-17
1
-3
/
+13
|
/
*
docstring cleanup, nova dir
termie
2011-04-20
1
-23
/
+27
*
port the objectstore tests to the new tests
termie
2011-03-24
1
-1
/
+0
*
update test base class to monkey patch wsgi
termie
2011-03-24
1
-5
/
+32
*
Fixing API per spec, to get unit-tests to pass
Rick Harris
2011-03-15
1
-0
/
+26
*
Adding instance_id as Glance image_property
Rick Harris
2011-03-14
1
-0
/
+31
*
merged upstream
Vishvananda Ishaya
2011-02-23
1
-0
/
+1
|
\
|
*
merged trunk
Vishvananda Ishaya
2011-02-23
1
-14
/
+4
*
|
use flags for sqlite db names and fix flags in dhcpbridge
Vishvananda Ishaya
2011-02-23
1
-4
/
+7
*
|
merged trunk
Vishvananda Ishaya
2011-02-23
1
-8
/
+30
|
\
\
|
*
|
Fixes various issues regarding verbose logging and logging errors on import.
Vishvananda Ishaya
2011-02-22
1
-1
/
+1
|
|
\
|
|
*
|
remove keyword argument, per review
termie
2011-02-21
1
-1
/
+1
|
*
|
add a start_service method to our test baseclass
termie
2011-02-21
1
-12
/
+41
*
|
|
move db creation into fixtures and clean db for each test
Vishvananda Ishaya
2011-02-23
1
-15
/
+2
|
|
/
|
/
|
*
|
fixed newline and moved import fake_flags into run_tests where it makes more ...
Vishvananda Ishaya
2011-02-21
1
-3
/
+0
*
|
get rid of initialized flag
Vishvananda Ishaya
2011-02-21
1
-0
/
+3
*
|
move the fake initialized into fake flags
Vishvananda Ishaya
2011-02-20
1
-2
/
+0
*
|
fixes for various logging errors and issues
Vishvananda Ishaya
2011-02-20
1
-0
/
+2
|
/
*
Changed method signature of create_network
Nachi Ueno
2011-01-26
1
-1
/
+2
[next]