コード例 #1
0
ファイル: test_migration.py プロジェクト: Blahhhhh/neutron
 def test_get_service_script_location(self):
     fwaas_ep = cli._get_service_script_location('fwaas')
     expected = 'neutron_fwaas.db.migration:alembic_migrations'
     self.assertEqual(expected, fwaas_ep)
コード例 #2
0
 def test_get_service_script_location(self):
     fwaas_ep = cli._get_service_script_location('fwaas')
     expected = 'neutron_fwaas.db.migration:alembic_migrations'
     self.assertEqual(expected, fwaas_ep)