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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

