Skip to content

[show]: Fix improper indents#119

Merged
jleveque merged 1 commit intosonic-net:masterfrom
jleveque:indent_fix
Oct 5, 2017
Merged

[show]: Fix improper indents#119
jleveque merged 1 commit intosonic-net:masterfrom
jleveque:indent_fix

Conversation

@jleveque
Copy link
Copy Markdown
Contributor

@jleveque jleveque commented Oct 5, 2017

No description provided.

@jleveque jleveque added the Bug label Oct 5, 2017
@jleveque jleveque self-assigned this Oct 5, 2017
@jleveque jleveque requested review from lguohan and stcheng October 5, 2017 17:02
@jleveque jleveque requested a review from prsunny October 5, 2017 17:08
@jleveque jleveque merged commit ddadc2b into sonic-net:master Oct 5, 2017
@prsunny
Copy link
Copy Markdown
Contributor

prsunny commented Oct 5, 2017

Just noticed your fix. Approved!

@jleveque jleveque deleted the indent_fix branch October 5, 2017 17:08
@jleveque jleveque mentioned this pull request Oct 5, 2017
vdahiya12 pushed a commit to vdahiya12/sonic-utilities that referenced this pull request Jul 23, 2021
Updating for completeness on how mock objects need to be imported

```
mprabhu@565bc0455e84:/sonic/src/sonic-platform-daemons/sonic-psud$ python2 setup.py test
running pytest
running egg_info
writing sonic_psud.egg-info/PKG-INFO
writing top-level names to sonic_psud.egg-info/top_level.txt
writing dependency_links to sonic_psud.egg-info/dependency_links.txt
reading manifest file 'sonic_psud.egg-info/SOURCES.txt'
writing manifest file 'sonic_psud.egg-info/SOURCES.txt'
running build_ext
==================================================================================== test session starts =====================================================================================
platform linux2 -- Python 2.7.16, pytest-3.10.1, py-1.7.0, pluggy-0.8.0
rootdir: /sonic/src/sonic-platform-daemons/sonic-psud, inifile: pytest.ini
plugins: cov-2.6.0
collected 3 items

tests/test_psud.py ...                                                                                                                                                                 [100%]

---------- coverage: platform linux2, python 2.7.16-final-0 ----------
Name           Stmts   Miss  Cover
----------------------------------
scripts/psud     355    216    39%
Coverage HTML written to dir htmlcov
Coverage XML written to file coverage.xml


================================================================================== 3 passed in 0.16 seconds ==================================================================================
```
stepanblyschak pushed a commit to stepanblyschak/sonic-utilities that referenced this pull request Apr 28, 2022
following PR's :
Implement cbgpPeer2State in CiscoBgp4MIB (sonic-net#119)
Fix index nodes in LLDP tables whose access right is not-accessible.
(sonic-net#112)
 Fix quagga/FRR parser on IPv6 BGP sessions (sonic-net#122)
 [lint] Fix some syntax errors or warnings (sonic-net#127)
  Update README.md: Add lgtm badges (sonic-net#128)
  [Multi-asic]: Support multi-asic platform (sonic-net#126)
  Simplify test code (sonic-net#132)
  [Multi-asic]: Namespace support for LLDP and Sensor tables (sonic-net#131)
  Fix undefined variable and warning message (sonic-net#134)
  Fix SNMP AgentX socket connection timeout when using
  Namespace.get_all() (sonic-net#140)
  [Namespace] Fix interfaces counters in InterfacesMIB RFC 2863 (sonic-net#141)
   Fix LGTM reported alert of PR#141 (sonic-net#142)
stepanblyschak pushed a commit to stepanblyschak/sonic-utilities that referenced this pull request Apr 28, 2022
Fix sonic-net#119

when parallel build is enable, multiple dpkg-buildpackage
instances are running at the same time. /var/lib/dpkg is shared
by all instances and the /var/lib/dpkg/updates could be corrupted
and cause the build failure.

the fix is to use overlay fs to mount separate /var/lib/dpkg
for each dpkg-buildpackage instance so that they are not affecting
each other.

Signed-off-by: Guohan Lu <[email protected]>
Junchao-Mellanox pushed a commit to Junchao-Mellanox/sonic-utilities that referenced this pull request Mar 20, 2025
sonic-net#119)

```<br>* 9c98fdfd - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-utilities into 202412 (2025-02-15) [Sonic Automation]
* 8ceba38 - (origin/202411) [QOS] Skip showing unnecessary warning message (sonic-net#3762) (2025-02-11) [mssonicbld]
* 04b60e2 - Fix call for spanning-tree commands in dump script (sonic-net#3752) (2025-02-07) [mssonicbld]
* bbe29ae - [show][interface] Add changes for show interface errors command (sonic-net#3749) (2025-02-04) [mssonicbld]<br>```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants