Cloud Init BootHook Test Name - Typo

* Test name was bothook, should have been boothook.

Change-Id: Ia00963598bd0f607a2bdb8c3792aad7b9f658691
This commit is contained in:
Christopher Hunt 2018-02-21 13:14:05 -06:00
parent 33f91ae6b7
commit 79a6700d3b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class CloudInitBoothookTest(ComputeFixture):
cls.servers_client.delete_server)
@tags(type='smoke', net='yes')
def test_bothook_input_format(self):
def test_boothook_input_format(self):
"""
Verify the Cloud Boothook Input Format is working as expected.