our project "XY" is certified and deployed in production. We are migrating our production from bare metal to cloud platform. In the process we are changing DNS and domain. The only changes we are trying to achieve are update fulfillment and linking endpoints for this project.
According to: https://developers.google.com/assistant/smarthome/develop/launching#modify-action We must go through 3 stages:
- Resubmit your test suite results.
- Fill out a new certification request form.
- Resubmit your Action for review.
The first phase is not accomplishable: In order to run the test suite:
- A) Enabled device testing for current draft. (Success)
- B) Link action to your google account using the same account you used to sign in to the actions console. (failed)
Why does the "B" fail ? Enabling current draft for testing do not reflect changes in the fulfillment and linking endpoints. During the linking process in the Google Home app there is no option to select draft under the [test] prefixed section. I can only see linking for the deployed version which is already certified but has old endpoints to fulfillment and linking. The test suite has no relevance against the deployed version. I want to test against the current draft.
I've come across the same problem: Testing the Google Smart Home Action
What can I do for resubmit test suite results ?