mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-31 23:48:33 +00:00
Fix more typos
This commit is contained in:
parent
c60332e637
commit
13d4157eb4
@ -10,7 +10,7 @@ cd multus-cni
|
|||||||
|
|
||||||
## How to run CI tests?
|
## How to run CI tests?
|
||||||
|
|
||||||
Multus has go unit tests (based on ginkgo framework). Following commands drive CI tests manually in your environment:
|
Multus has go unit tests (based on ginkgo framework).The following commands drive CI tests manually in your environment:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo ./test.sh
|
sudo ./test.sh
|
||||||
@ -18,7 +18,7 @@ sudo ./test.sh
|
|||||||
|
|
||||||
## Logging Best Practices
|
## Logging Best Practices
|
||||||
|
|
||||||
Followings are multus logging best practices:
|
Following are multus logging best practices:
|
||||||
|
|
||||||
* Add `logging.Debugf()` at the begining of functions
|
* Add `logging.Debugf()` at the begining of functions
|
||||||
* In case of error handling, use `logging.Errorf()` with given error info
|
* In case of error handling, use `logging.Errorf()` with given error info
|
||||||
|
Loading…
Reference in New Issue
Block a user