fix method name

Change-Id: I854ea228f283b9ddd31777f168814a2a22bab2f9
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index aa37f87..29f55d6 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -107,7 +107,7 @@
         orchestrate.installFoundationInfra(saltMaster)
 
         if (INSTALL.toLowerCase().contains('kvm')) {
-            orchestrate.installFoundationKvm(saltMaster)
+            orchestrate.installInfraKvm(saltMaster)
         }
 
         orchestrate.validateFoundationInfra(saltMaster)