lava-templates: Comment out "license_variable" param
This parameter is required for FlexNet licenses. As we're switching from
FlexNet to UBL licensing, it's no longer required.
The parameter is commented out for initial switchover test, and should be
removed later.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Ie7293819a311051de6fbdcbb75ccc725603c6596
diff --git a/script/lava-templates/fvp-linux.yaml b/script/lava-templates/fvp-linux.yaml
index 597354b..e6969fe 100644
--- a/script/lava-templates/fvp-linux.yaml
+++ b/script/lava-templates/fvp-linux.yaml
@@ -60,7 +60,7 @@
- boot:
method: fvp
- license_variable: ARMLMD_LICENSE_FILE=${armlmd_license_file}
+# license_variable: ARMLMD_LICENSE_FILE=${armlmd_license_file}
docker:
name: ${docker_name}
local: true
diff --git a/script/lava-templates/fvp-tftf.yaml b/script/lava-templates/fvp-tftf.yaml
index 82287f6..2d81baa 100644
--- a/script/lava-templates/fvp-tftf.yaml
+++ b/script/lava-templates/fvp-tftf.yaml
@@ -73,7 +73,7 @@
- boot:
method: fvp
- license_variable: ARMLMD_LICENSE_FILE=${armlmd_license_file}
+# license_variable: ARMLMD_LICENSE_FILE=${armlmd_license_file}
docker:
name: ${docker_name}
local: true