Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Feb 6, 2024
1 parent 90976c4 commit 5b42e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/tests/agent_update/rsm_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _prepare_agent(self) -> None:
log.info(
'Executing update-waagent-conf remote script to update agent update config flags to allow and download test versions')
output: str = self._ssh_client.run_command(
"update-waagent-conf Debug.DownloadNewAgents=y Debug.EnableGAVersioning=y AutoUpdate.GAFamily=Test", use_sudo=True)
"update-waagent-conf AutoUpdate.UpdateToLatestVersion=y Debug.EnableGAVersioning=y AutoUpdate.GAFamily=Test", use_sudo=True)
log.info('Successfully updated agent update config \n %s', output)

@staticmethod
Expand Down

0 comments on commit 5b42e7a

Please sign in to comment.