Skip to content

Commit

Permalink
Assert machine_type is set to q35
Browse files Browse the repository at this point in the history
  • Loading branch information
auniyal61 authored and openshift-merge-bot[bot] committed Jul 18, 2024
1 parent 232a1f1 commit bf556e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/nova_compute_ironic_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ var _ = Describe("NovaCompute controller", func() {
Expect(configDataMap).ShouldNot(BeNil())
Expect(configDataMap.Data).Should(HaveKey("01-nova.conf"))
configData := string(configDataMap.Data["01-nova.conf"])
Expect(configData).Should(ContainSubstring("hw_machine_type=x86_64=q35"))
Expect(configData).Should(
ContainSubstring("transport_url=rabbit://cell1/fake"))
Expect(configData).Should(
Expand Down

0 comments on commit bf556e9

Please sign in to comment.