Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
tvault_configurator / tests / tempest / api / volume / test_volume_placeholder.py
Size: Mime:
# Copyright 2014 TrilioData Inc.

from tempest import config
from tempest.tests import base

CONF = config.CONF


class WorkloadmgrePlaceholderTest(base.TestCase):
    """Placeholder test for adding in-tree Workloadmgre tempest tests."""
    # TODO(smcginnis) Remove once real tests are added

    def test_placeholder(self):
        expected = 'This test is temporary and should be removed!'
        self.assertEqual(expected, expected)