Public bug reported:

when I run the following in neutron:
tox -e debug
an error happed
2015-08-06 11:27:38.784 61953 INFO tempest [-] Using tempest config file 
/etc/tempest/tempest.conf
2015-08-06 11:27:39.642 61953 WARNING neutron.notifiers.nova [-] Authenticating 
to nova using nova_admin_* options is deprecated. This should be done using an 
auth plugin, like password
2015-08-06 11:27:39.767 61953 CRITICAL tempest [-] ValueError: Duplicate test 
id detected: 
neutron.tests.retargetable.test_example.TestExample.test_network_lifecycle
2015-08-06 11:27:39.767 61953 ERROR tempest Traceback (most recent call last):
2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
2015-08-06 11:27:39.767 61953 ERROR tempest     "__main__", fname, loader, 
pkg_name)
2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
2015-08-06 11:27:39.767 61953 ERROR tempest     exec code in run_globals
2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/lib/python2.7/site-packages/testtools/run.py", 
line 267, in <module>
2015-08-06 11:27:39.767 61953 ERROR tempest     main(sys.argv, sys.stdout)
2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/lib/python2.7/site-packages/testtools/run.py", 
line 264, in main
2015-08-06 11:27:39.767 61953 ERROR tempest     stdout=stdout)
2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/lib/python2.7/site-packages/testtools/run.py", 
line 171, in __init__
2015-08-06 11:27:39.767 61953 ERROR tempest     self.parseArgs(argv)
2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/local/lib/python2.7/site-packages/unittest2/main.py",
 line 113, in parseArgs
2015-08-06 11:27:39.767 61953 ERROR tempest     self._do_discovery(argv[2:])
2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/lib/python2.7/site-packages/testtools/run.py", 
line 213, in _do_discovery
2015-08-06 11:27:39.767 61953 ERROR tempest     self.test = 
sorted_tests(self.test)
2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/local/lib/python2.7/site-packages/testtools/testsuite.py",
 line 315, in sorted_tests
2015-08-06 11:27:39.767 61953 ERROR tempest     raise ValueError('Duplicate 
test id detected: %s' % (test_id,))
2015-08-06 11:27:39.767 61953 ERROR tempest ValueError: Duplicate test id 
detected: 
neutron.tests.retargetable.test_example.TestExample.test_network_lifecycle
2015-08-06 11:27:39.767 61953 ERROR tempest

when i run following is ok.
tox

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  Duplicate test id detected

Status in neutron:
  New

Bug description:
  when I run the following in neutron:
  tox -e debug
  an error happed
  2015-08-06 11:27:38.784 61953 INFO tempest [-] Using tempest config file 
/etc/tempest/tempest.conf
  2015-08-06 11:27:39.642 61953 WARNING neutron.notifiers.nova [-] 
Authenticating to nova using nova_admin_* options is deprecated. This should be 
done using an auth plugin, like password
  2015-08-06 11:27:39.767 61953 CRITICAL tempest [-] ValueError: Duplicate test 
id detected: 
neutron.tests.retargetable.test_example.TestExample.test_network_lifecycle
  2015-08-06 11:27:39.767 61953 ERROR tempest Traceback (most recent call last):
  2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  2015-08-06 11:27:39.767 61953 ERROR tempest     "__main__", fname, loader, 
pkg_name)
  2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
  2015-08-06 11:27:39.767 61953 ERROR tempest     exec code in run_globals
  2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/lib/python2.7/site-packages/testtools/run.py", 
line 267, in <module>
  2015-08-06 11:27:39.767 61953 ERROR tempest     main(sys.argv, sys.stdout)
  2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/lib/python2.7/site-packages/testtools/run.py", 
line 264, in main
  2015-08-06 11:27:39.767 61953 ERROR tempest     stdout=stdout)
  2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/lib/python2.7/site-packages/testtools/run.py", 
line 171, in __init__
  2015-08-06 11:27:39.767 61953 ERROR tempest     self.parseArgs(argv)
  2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/local/lib/python2.7/site-packages/unittest2/main.py",
 line 113, in parseArgs
  2015-08-06 11:27:39.767 61953 ERROR tempest     self._do_discovery(argv[2:])
  2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/lib/python2.7/site-packages/testtools/run.py", 
line 213, in _do_discovery
  2015-08-06 11:27:39.767 61953 ERROR tempest     self.test = 
sorted_tests(self.test)
  2015-08-06 11:27:39.767 61953 ERROR tempest   File 
"/opt/stack/neutron/.tox/debug/local/lib/python2.7/site-packages/testtools/testsuite.py",
 line 315, in sorted_tests
  2015-08-06 11:27:39.767 61953 ERROR tempest     raise ValueError('Duplicate 
test id detected: %s' % (test_id,))
  2015-08-06 11:27:39.767 61953 ERROR tempest ValueError: Duplicate test id 
detected: 
neutron.tests.retargetable.test_example.TestExample.test_network_lifecycle
  2015-08-06 11:27:39.767 61953 ERROR tempest

  when i run following is ok.
  tox

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to