← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1708196] [NEW] test_validate_volume_no_mtab_entry depends on /etc/mtab

 

Public bug reported:

If /etc/mtab does not exist, test_validate_volume_no_mtab_entry() fails with:
  OSError: [Errno 2] No such file or directory: '/etc/mtab'

Full traceback:
  http://paste.ubuntu.com/25227227/

Ideally this would check if /etc/mtab exists before running the test.

** Affects: nova
     Importance: Undecided
         Status: New

** Summary changed:

- nova unit tests depend on /etc/mtab
+ test_validate_volume_no_mtab_entry depends on /etc/mtab

** Description changed:

  If /etc/mtab does not exist, test_validate_volume_no_mtab_entry() fails with:
-   OSError: [Errno 2] No such file or directory: '/etc/mtab'
+   OSError: [Errno 2] No such file or directory: '/etc/mtab'
  
  Full traceback:
-   http://paste.ubuntu.com/25227227/
+   http://paste.ubuntu.com/25227227/
+ 
+ Ideally this would check if /etc/mtab exists before running the test.

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1708196

Title:
  test_validate_volume_no_mtab_entry depends on /etc/mtab

Status in OpenStack Compute (nova):
  New

Bug description:
  If /etc/mtab does not exist, test_validate_volume_no_mtab_entry() fails with:
    OSError: [Errno 2] No such file or directory: '/etc/mtab'

  Full traceback:
    http://paste.ubuntu.com/25227227/

  Ideally this would check if /etc/mtab exists before running the test.

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


Follow ups