Remove code specific to Fuel in run_tests.py
Change-Id: I99e2b823eb4d8b67f78baa9296b25ea9a5d65b47
This commit is contained in:
parent
ed96a13688
commit
a25b39c09b
@ -13,8 +13,6 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
|
||||||
import sys
|
|
||||||
|
|
||||||
from nose import plugins
|
from nose import plugins
|
||||||
from paramiko import transport
|
from paramiko import transport
|
||||||
@ -73,10 +71,4 @@ def run_tests():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
import_tests()
|
import_tests()
|
||||||
from fuelweb_test.helpers.patching import map_test
|
|
||||||
if any(re.search(r'--group=patching_master_tests', arg)
|
|
||||||
for arg in sys.argv):
|
|
||||||
map_test('master')
|
|
||||||
elif any(re.search(r'--group=patching.*', arg) for arg in sys.argv):
|
|
||||||
map_test('environment')
|
|
||||||
run_tests()
|
run_tests()
|
||||||
|
Loading…
Reference in New Issue
Block a user