diff options
| author | John Estabrook <jestabro@vyos.io> | 2026-05-18 13:28:36 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2026-05-28 08:31:26 -0500 |
| commit | 1f6a55bb039a94f1096a20b2dc11c4912ce8f6ce (patch) | |
| tree | 8e1c555cd5501fca064d9366e57b5d3e12bf8bbe /smoketest/scripts/cli | |
| parent | 4113da576b6f934d0340cb18ae184bb25c1619c0 (diff) | |
| download | vyos-1x-1f6a55bb039a94f1096a20b2dc11c4912ce8f6ce.tar.gz vyos-1x-1f6a55bb039a94f1096a20b2dc11c4912ce8f6ce.zip | |
T8502: op-mode call needs to wait on completion of remote commit
The added calculations were just enough to introduce a race between
remote commit completion and show remote config.
Diffstat (limited to 'smoketest/scripts/cli')
| -rw-r--r-- | smoketest/scripts/cli/test_service_config-sync.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_service_config-sync.py b/smoketest/scripts/cli/test_service_config-sync.py index 8e22800c0..926c08435 100644 --- a/smoketest/scripts/cli/test_service_config-sync.py +++ b/smoketest/scripts/cli/test_service_config-sync.py @@ -125,6 +125,8 @@ class TestConfigSyncWithHTTPS(VyOSUnitTestSHIM.TestCase): self.cli_set(['system', 'time-zone', 'UTC']) self.cli_commit() + time.sleep(2) + output = self.op_mode( [ 'show', |
