Commit Graph

3 Commits

Author SHA1 Message Date
lihaijing f1e54d1a7f Replace assertTrue(isinstance()) with assertIsInstance()
Some of tests use different method of assertTrue(isinstance(A, B))
or assertEqual(type(A), B). The correct way is to use
assertIsInstance(A, B) provided by test tools.
And add some relevant hacking files.

Change-Id: I4b154a2e2898e316c61decf856547d57b1dcc2f8
2017-10-11 04:30:08 +00:00
Pratik Shah cdd3004ce8 Removed log files from omni
Files modified:
- Removed omnitests directory which contained log files for tests
- Modified .gitignore
- Removed requirements.txt
Closes-Bug: #1702005

Change-Id: I8f52f7ba0bc66514dcae65c9c25037f05c0d34c1
2017-07-04 10:59:05 +05:30
Ngo Quoc Cuong 7823d3ddb4 Remove translation of log messages
The i18n team has decided not to translate the logs because it
seems like it not very useful; operators prefer to have them in
English so that they can search for those strings on the internet.

cinder, nova, neutron and glance are removing i18n log translation
functions, once it release, it will cause omni build failed.

Related-Bug: #1701139

Change-Id: I090fde16602945035cbda66f0633371d3dfebd3c
2017-06-28 21:25:52 -04:00