Add a noop test

Adds a simple noop test to be execute by the gate

Change-Id: Ie981fd99690669a1a5262b816b1b6418f3dbfb65
This commit is contained in:
Sahid Orentino Ferdjaoui 2014-06-06 18:24:13 +02:00
parent 09cb3a2df6
commit c91d210107
1 changed files with 8 additions and 0 deletions

8
warm/tests/test_noop.py Normal file
View File

@ -0,0 +1,8 @@
from warm.openstack.common import test
class TestCase(test.BaseTestCase):
def test_noop(self):
self.assertTrue(True)