Add a testcase to trigger ci job
[vfc/gvnfm/vnflcm.git] / lcm / lcm / samples / tests.py
index d2673d4..8f1c326 100644 (file)
@@ -30,3 +30,6 @@ class SampleViewTest(unittest.TestCase):
         self.assertEqual(status.HTTP_200_OK, response.status_code, response.content)
         resp_data = json.loads(response.content)
         self.assertEqual({"status": "active"}, resp_data)
+               
+       def test_url(self):
+           pass