Skip to content

Update VM set testbed with injected PTF docker#39

Merged
lguohan merged 1 commit intosonic-net:masterfrom
lguohan:testbed
Nov 14, 2016
Merged

Update VM set testbed with injected PTF docker#39
lguohan merged 1 commit intosonic-net:masterfrom
lguohan:testbed

Conversation

@lguohan
Copy link
Copy Markdown
Contributor

@lguohan lguohan commented Nov 14, 2016

No description provided.

@lguohan lguohan merged this pull request into sonic-net:master Nov 14, 2016
nhe-NV pushed a commit to nhe-NV/sonic-mgmt that referenced this pull request May 12, 2025
[action] [PR:16579] fix t1-isolated-d28u1 link mapping
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
…ically (sonic-net#14739)

#### Why I did it
src/sonic-dbsyncd
```
* d6b2000 - (HEAD -> 202012, origin/202012) Fix the LLDP_LOC_CHASSIS not getting populated if no remote neighbors are present (sonic-net#39) (sonic-net#58) (7 months ago) [abdosi]
* 0f8d503 - Use github code scanning instead of LGTM (sonic-net#55) (8 months ago) [Liu Shilong]
```
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
Why I did it
[FIPS] Upgrade Open-SymCrypt version to 0.6

Improve the SymCrypt performance
Support to download the debug packages from storage account in version 0.6.
How I did it
Upgrade to symcrypt-openssl from version 0.4 to version 0.6

Changes in https://github.com/sonic-net/sonic-fips:
0c29b23 Upgrade the submodules: SymCrypt and SymCrypt-OpenSSL sonic-net#40
80022f3 Fix the ARM64 build failure
2e76a3d Disable the unsupported tests

Other changes will be added as well:
55b8e0a Merge pull request sonic-net#35 from xumia/change-license
120c1a7 Upgrade SymCrypt and SymCrypt-OpenSSL
2f9c084 Merge pull request sonic-net#39 from liuh-80/dev/liuh/update-openssh-version
a3be6c5 Revert openssh version
e02fa1e Update fips version

How to verify it
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
* 8113744 2018-11-18 | Force key/value convertion to str before send to redis lib (sonic-net#39) (HEAD, origin/master, origin/HEAD) [Taoyu Li]

Signed-off-by: Guohan Lu <gulv@microsoft.com>
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
Point submodule to new 201911 branch of sonic-telemetry and update pointer to the current HEAD of the 201911 branch

* src/sonic-telemetry aaa9188...01b5365 (1):
  > [testdata] Update SFP keys to align with new standard (sonic-net#39)
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
4a497407c8697a8c531ab999da95936ac1e71c9b (HEAD -> 201911, origin/201911) Fix the LLDP_LOC_CHASSIS not getting populated if no remote neighbors are present (sonic-net#39)

Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
Why I did it
Update the submodule to include the following fixes

2b33d76 dhcpv6 per interface counter support 
6a6ce24 fix dhcpv6 relay dual tor source interface selection issue 
c36b8e3 [actions] Support Semgrep by Github Actions (sonic-net#39)
Work item tracking
Microsoft ADO (number only):
How I did it
How to verify it
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
Why I did it
[FIPS] Upgrade Open-SymCrypt version to 0.6

Improve the SymCrypt performance
Support to download the debug packages from storage account in version 0.6.
How I did it
Upgrade to symcrypt-openssl from version 0.4 to version 0.6

Changes in https://github.com/sonic-net/sonic-fips:
0c29b23 Upgrade the submodules: SymCrypt and SymCrypt-OpenSSL sonic-net#40
80022f3 Fix the ARM64 build failure
2e76a3d Disable the unsupported tests

Other changes will be added as well:
55b8e0a Merge pull request sonic-net#35 from xumia/change-license
120c1a7 Upgrade SymCrypt and SymCrypt-OpenSSL
2f9c084 Merge pull request sonic-net#39 from liuh-80/dev/liuh/update-openssh-version
a3be6c5 Revert openssh version
e02fa1e Update fips version

How to verify it
Pterosaur pushed a commit to Pterosaur/sonic-mgmt that referenced this pull request Mar 26, 2026
…g it to skip list

<!-- COPILOT_AI_GENERATED_START -->

## Problem

The `test_container_autorestart.py` test was failing for the `otel` container with the error &quot;Failed to stop container &sonic-net#39;otel&sonic-net#39;&quot;. The test validates the autorestart feature by killing critical processes in containers and verifying that:

1. The container stops within 60 seconds after the critical process is killed
2. The container automatically restarts within 300 seconds

For the `otel` container, the first condition was not being met - after killing the `otel` critical process, the container did not stop as expected. This indicates that the `otel` container does not have the proper supervisord configuration to automatically exit when its critical process terminates.

## Solution

Added `otel` to the skip condition list in the `run_test_on_single_container` function in `tests/autorestart/test_container_autorestart.py`. This follows the existing pattern used for other containers (`database`, `acms`, `dummyk8s`) that are known to not properly support the autorestart feature being tested.

The change is minimal and surgical - only one line was added:
```python
skip_condition.append(&quot;otel&quot;)
```

## Impact

- The test will now skip the `otel` container and no longer fail when testing autorestart behavior
- All other containers will continue to be tested normally
- The change is non-breaking and follows the established pattern for handling containers that don&sonic-net#39;t support this specific autorestart behavior
- When the test encounters the `otel` container, it will skip with the message &quot;Skipping test for container otel&quot;

<p><small class=\"secondary-text\">AI-generated content may be incorrect</small></p>

Co-authored-by: Janet Cui &lt;janetcui@microsoft.com&gt;
<!-- COPILOT_AI_GENERATED_END -->
<!-- GitOpsUserAgent=GitOps.Apps.Server.copilotswe -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant