fix typo
Change-Id: I98356145a617bf85c7dfc720a7bcadafc5c2c79d
diff --git a/test-cookiecutter-reclass.groovy b/test-cookiecutter-reclass.groovy
index bcbb755..b839a6d 100644
--- a/test-cookiecutter-reclass.groovy
+++ b/test-cookiecutter-reclass.groovy
@@ -197,7 +197,7 @@
}
// Check if we are going to test bleeding-edge release, which doesn't have binary release yet
// After 2018q4 releases, need to also check 'static' repo, for example ubuntu.
- binTest = checkRemoteBinary(['mcp_version' : testDistribRevision])
+ binTest = common.checkRemoteBinary(['mcp_version' : testDistribRevision])
if (!binTest.linux_system_repo_url || !binTest.linux_system_repo_ubuntu_url) {
common.errorMsg("Binary release: ${testDistribRevision} not exist or not full. Fallback to 'proposed'! ")
testDistribRevision = 'proposed'