#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr "Tried to remove non-existent console %(console_id)s."
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
-msgstr "Tentative de suppression d'une console non existante %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
+msgstr "Tentative de suppression d'une console non existente %(console_id)s."
#: cinder/console/vmrc_manager.py:122
#, python-format
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr "存在しないコンソール %(console_id)s を削除しようとしました"
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr "Выполнена попытка удаления несуществующей консоли %(console_id)s."
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr "尝试删除不存在的控制台%(console_id)s。"
#: cinder/console/vmrc_manager.py:122
#: cinder/console/manager.py:97
#, python-format
-msgid "Tried to remove non-existant console %(console_id)s."
+msgid "Tried to remove non-existent console %(console_id)s."
msgstr ""
#: cinder/console/vmrc_manager.py:122
filters.RegExpFilter("/bin/ls", "root", 'ls', '/[a-z]+'),
filters.CommandFilter("/usr/bin/foo_bar_not_exist", "root"),
filters.RegExpFilter("/bin/cat", "root", 'cat', '/[a-z]+'),
- filters.CommandFilter("/nonexistant/cat", "root"),
+ filters.CommandFilter("/nonexistent/cat", "root"),
filters.CommandFilter("/bin/cat", "root") # Keep this one last
]
# Our own PID does not match /bin/sleep, so it should fail
self.assertFalse(f.match(usercmd) or f2.match(usercmd))
usercmd = ['kill', 999999]
- # Nonexistant PID should fail
+ # Nonexistent PID should fail
self.assertFalse(f.match(usercmd) or f2.match(usercmd))
usercmd = ['kill', p.pid]
# Providing no signal should work
vol_types = volume_types.get_all_types(self.ctxt)
self.assertEqual(total_volume_types, len(vol_types))
- def test_non_existant_vol_type_shouldnt_delete(self):
+ def test_non_existent_vol_type_shouldnt_delete(self):
"""Ensures that volume type creation fails with invalid args"""
self.assertRaises(exception.VolumeTypeNotFoundByName,
volume_types.destroy, self.ctxt, "sfsfsdfdfs")
self.assertRaises(
cinder.exception.PasteAppNotFound,
self.loader.load_app,
- "non-existant app",
+ "non-existent app",
)
def test_app_found(self):