Mohamed Ghoneim

Results 5 issues of Mohamed Ghoneim

#### What I did Fixes #2263 What is the problem? * Lanes is create-only field, so the parent `/PORT/Ethernet124` for example needs to be deleted then added. * Deletion of...

#### Description Check https://github.com/Azure/sonic-mgmt/pull/5692 We need to check either: 1. The change is invalid, in such case we need to update YANG models 2. The change is valid, in such...

generic-config-updater

#### Description The output of 'config list-checkpoints' should include: * FileName * FileSizeInBytes * LastModifiedTime ## Steps to reproduce the issue 1. startup a kvm 2. run `sudo config checkpoint...

generic-config-updater

#### Description @qiluo-msft qiluo-msft 14 days ago • identify_admin_up_ports Could you try leverage JsonPath, which is a mature query language? For this function, you may query $.PORT.*[?(@.admin_status == 'up')]. ref:...

generic-config-updater

Adding cov as a command that does test coverage, usually shows function/class headers as missing. This actually make sense because, in manage.py we import the app first then define our...