← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1224285] Re: No need to init testr in run_tests.sh

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1224285

Title:
  No need to init testr in run_tests.sh

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
      Don't need to init testr in run_tests.sh
      
      In run_tests.sh, function init_testr will initialize testr if the
      directory .testrepository is not existed. Actually, testr will do
      the check before run the test:
      
      In Python package testrepository, setuptools_command.py:Testr.run
      
      68 def run(self):
      69     """Set up testr repo, then run testr"""
      70     if not os.path.isdir(".testrepository"):
      71         self._run_testr("init")
      
      So, init_testr can be removed safely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1224285/+subscriptions