Skip to content

Rename docker orchagent to docker swss#82

Merged
stcheng merged 1 commit intosonic-net:masterfrom
stcheng:rename
Jan 10, 2017
Merged

Rename docker orchagent to docker swss#82
stcheng merged 1 commit intosonic-net:masterfrom
stcheng:rename

Conversation

@stcheng
Copy link
Contributor

@stcheng stcheng commented Jan 10, 2017

No description provided.

@stcheng stcheng merged commit 50e141b into sonic-net:master Jan 10, 2017
@stcheng stcheng deleted the rename branch January 10, 2017 21:11
NStetskovych-zz pushed a commit to NStetskovych-zz/sonic-mgmt that referenced this pull request Jan 25, 2017
Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>
NStetskovych-zz pushed a commit to NStetskovych-zz/sonic-mgmt that referenced this pull request Jan 25, 2017
Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>
lguohan pushed a commit that referenced this pull request Jan 25, 2017
* Change platform modules to correct package name

Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>

* Add check copying ssw folder for AS7512 platform as it use ssw files from ssw_extra

Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>

* Sync with (#82) (rename orchagent)

Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>
wangxin pushed a commit to wangxin/sonic-mgmt that referenced this pull request Feb 21, 2025
Improve test_ro_disk intermittent failure issue.

#### Why I did it
test_ro_disk intermittent failed because log file does not exist or open by other process.

##### Work item tracking
- Microsoft ADO: 30373889

#### How I did it
Ignore failed command by failure message.

#### How to verify it
Pass all test case.

<!--
If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012.
-->

#### Which release branch to backport (provide reason below if selected)

<!--
- Note we only backport fixes to a release branch, *not* features!
- Please also provide a reason for the backporting below.
- e.g.
- [x] 202006
-->

- [ ] 201811
- [ ] 201911
- [ ] 202006
- [ ] 202012
- [ ] 202106
- [ ] 202111
- [ ] 202205
- [ ] 202211
- [ ] 202305

#### Tested branch (Please provide the tested image version)

<!--
- Please provide tested image version
- e.g.
- [x] 20201231.100
-->

#### Description for the changelog
Improve test_ro_disk intermittent failure issue.

#### Link to config_db schema for YANG module changes
<!--
Provide a link to config_db schema for the table for which YANG model
is defined
Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md
-->

#### A picture of a cute animal (not mandatory but encouraged)
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
[Submodule]: update sonic-restapi
bd97dfe Fix urllib3 CVE-2021-33503 issue (sonic-net#104)
f159bfa Upgrade the containers to be based on Debian Buster (sonic-net#103)
a1830c1 Fix OpenAPI spec to be readable by autorest (sonic-net#101)
94805a3 Identify and report Vnet GUID for conflicting VNI (sonic-net#99)
4832dfd Static route expiry if not specified as persistent (sonic-net#98)
5cc4358 Add support for overlay ECMP (sonic-net#96)
6822a46 [CI] Set diff cover threshold to 50% (sonic-net#97)
dcc826a Add PR diff coverage (sonic-net#95)
e842c5f Generate code coverage for Unit Tests (sonic-net#94)
f9bbed3 Convert Unit Tests from unittest framework to pytest framework (sonic-net#93)
e466ac2 Reject incorrect CIDR addresses while configuring routes (sonic-net#91)
07cf59d [CI] Set up Azure pipeline (sonic-net#89)
47476ac Upgrade Go version to 1.14 (sonic-net#90)
ee887c7 Added flag to make go/pkg/ folder writable (removable) (sonic-net#87)
6cfc8fe (origin/shilongliu/azp) Default Vrf static route support (sonic-net#85)
d3e8b8e Add BFD config to subinterface and neighbor (sonic-net#68)
8d4fd4a Fix WS-2018-0594 potential non-random UUIDs security issue (sonic-net#78)
fad87fa Update API description for default vrf and ecmp routes (sonic-net#82)

Some of them have been updated in 202012 branch, should be added in 202106 as well.
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
e466ac226c48cf87f83aa5564efd7155ac97a0c1 (HEAD -> master, origin/master, origin/HEAD) Reject incorrect CIDR addresses while configuring routes (sonic-net#91)
07cf59d866914ef7cb6901d51f289f0bee721e44 [CI] Set up Azure pipeline (sonic-net#89)
47476acdfaf668ab0cd9ae2443205a3bdc2e9ef9 Upgrade Go version to 1.14 (sonic-net#90)
ee887c785c10d8b4f70db90ca50cc398327c5d73 Added flag to make go/pkg/ folder writable (removable) (sonic-net#87)
6cfc8fe110c46a1ee5a8430e02a440b5a7b4006d (origin/shilongliu/azp) Default Vrf static route support (sonic-net#85)
d3e8b8e4aee278fa11d7d86acabdab3fffc70d5a Add BFD config to subinterface and neighbor (sonic-net#68)
8d4fd4a56b637d3b7403c321aef36b8dff58cd62 Fix WS-2018-0594 potential non-random UUIDs security issue (sonic-net#78)
fad87fa20f6b15e28c90e02a131c44d236d6a751 Update API description for default vrf and ecmp routes (sonic-net#82)

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
…utomatically (sonic-net#17229)

#### Why I did it
src/sonic-host-services
```
* 689395a - (HEAD -> 202305, origin/202305) Updated the iptable rule to use parent/base name of midplane interface of chassis. (sonic-net#75) (2 days ago) [abdosi]
* 45212a8 - [DualToR][caclmgrd] Fix IPtables rules for multiple vlan interfaces for DualToR config (sonic-net#82) (2 days ago) [vdahiya12]
```
#### How I did it
#### How to verify it
#### Description for the changelog
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.

2 participants