tests: fix blueprints tag test
This changes the blueprint tested from glusterfs to example-http-server
This commit is contained in:
parent
6839390be2
commit
f52e56c628
@ -232,7 +232,7 @@ class BlueprintsTest(unittest.TestCase):
|
||||
@unittest.skipUnless(os.path.exists("/run/weldr/api.socket"), "Test requires a running API server")
|
||||
def test_tag(self):
|
||||
"""blueprints tag"""
|
||||
rc = blueprints_tag("/run/weldr/api.socket", 0, ["glusterfs"], show_json=False)
|
||||
rc = blueprints_tag("/run/weldr/api.socket", 0, ["example-http-server"], show_json=False)
|
||||
self.assertTrue(rc == 0)
|
||||
|
||||
@unittest.skipUnless(os.path.exists("/run/weldr/api.socket"), "Test requires a running API server")
|
||||
|
Loading…
Reference in New Issue
Block a user