@@ -1516,8 +1516,6 @@ suites:
15161516 REMOTE_CFG_FILE : " $PROJECT_PATH/remote.setup.cfg"
15171517 # Define which tests to run in the nested vm in run-spread test
15181518 NESTED_SPREAD_TESTS : ' $(HOST: echo "${NESTED_SPREAD_TESTS:-}")'
1519- # Indicates that by default snapd pkg is built from current
1520- SNAPD_DEB_FROM_REPO : ' $(HOST: echo "${SPREAD_SNAPD_DEB_FROM_REPO:-false}")'
15211519 # Use the specified username or certificate for ssh connections to the nested vm
15221520 NESTED_REMOTE_USER_NAME : ' $(HOST: echo "${NESTED_REMOTE_USER_NAME:-user1}")'
15231521 NESTED_REMOTE_USER_CERT : ' $(HOST: echo "${NESTED_REMOTE_USER_CERT:-}")'
@@ -1599,8 +1597,6 @@ suites:
15991597 NESTED_ENABLE_SECURE_BOOT : ' $(HOST: echo "${NESTED_ENABLE_SECURE_BOOT:-false}")'
16001598 # Configuration file used for remote tools
16011599 REMOTE_CFG_FILE : " $PROJECT_PATH/remote.setup.cfg"
1602- # Indicates that by default snapd pkg is built from current
1603- SNAPD_DEB_FROM_REPO : ' $(HOST: echo "${SPREAD_SNAPD_DEB_FROM_REPO:-false}")'
16041600 # Use the specified username or certificate for ssh connections to the nested vm
16051601 NESTED_REMOTE_USER_NAME : ' $(HOST: echo "${NESTED_REMOTE_USER_NAME:-user1}")'
16061602 NESTED_REMOTE_USER_CERT : ' $(HOST: echo "${NESTED_REMOTE_USER_CERT:-}")'
@@ -1678,8 +1674,6 @@ suites:
16781674 NESTED_EXTRA_CMDLINE : ' $(HOST: echo "${NESTED_EXTRA_CMDLINE:-}")'
16791675 # Configuration file used for remote tools
16801676 REMOTE_CFG_FILE : " $PROJECT_PATH/remote.setup.cfg"
1681- # Indicates that by default snapd pkg is built from current
1682- SNAPD_DEB_FROM_REPO : ' $(HOST: echo "${SPREAD_SNAPD_DEB_FROM_REPO:-false}")'
16831677 # Use the specified username or certificate for ssh connections to the nested vm
16841678 NESTED_REMOTE_USER_NAME : ' $(HOST: echo "${NESTED_REMOTE_USER_NAME:-user1}")'
16851679 NESTED_REMOTE_USER_CERT : ' $(HOST: echo "${NESTED_REMOTE_USER_CERT:-}")'
@@ -1766,8 +1760,6 @@ suites:
17661760 # Indicates the amount of memory in MB to use in the nested vm
17671761 NESTED_MEM : ' $(HOST: echo "${NESTED_MEM:-4096}")'
17681762 SPREAD_URL : https://storage.googleapis.com/snapd-spread-tests/spread/spread-amd64.tar.gz
1769- # Indicates that by default snapd pkg is built from current
1770- SNAPD_DEB_FROM_REPO : ' $(HOST: echo "${SPREAD_SNAPD_DEB_FROM_REPO:-false}")'
17711763 # Use the specified username or certificate for ssh connections to the nested vm
17721764 NESTED_REMOTE_USER_NAME : ' $(HOST: echo "${NESTED_REMOTE_USER_NAME:-user1}")'
17731765 NESTED_REMOTE_USER_CERT : ' $(HOST: echo "${NESTED_REMOTE_USER_CERT:-}")'
0 commit comments