Skip to content

Commit

Permalink
Update the installation procedure of testing packages
Browse files Browse the repository at this point in the history
Signed-off-by: Taras Drozdovskyi <t.drozdovsky@samsung.com>
  • Loading branch information
tdrozdovsky authored and MoonkiHong committed Aug 20, 2021
1 parent 7e57faa commit d82a90a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/platforms/x86_64_linux/x86_64_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Please see the below [How to work](#how-to-work) to know how to run Edge Orchest
`$ export PATH=$PATH:$GOPATH/bin`

- extra Go utilities: (optional)
> Recommendation: Do not install the `gocov` and `gocov-html` utilities from the `edge-home-orchestration-go` folder.
- [gocov](https://pkg.go.dev/github.com/axw/gocov)
```
$ go get github.com/axw/gocov/gocov
Expand Down
2 changes: 1 addition & 1 deletion docs/testing_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Edge Orchestration team strongly recommends adhering to the [Test-driven dev

## 2. How to start Test Suite (Local)

> Make sure the `gocov` and `gocov-html` packages are installed [(How to install)](https://github.com/matm/gocov-html#installation)
> Make sure the `gocov` and `gocov-html` packages are installed [(How to install)](https://github.com/matm/gocov-html#installation). Recommendation: Do not install these utilities from the `edge-home-orchestration-go` folder.
There are two ways to test:
### 2.1 Using the makefile
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/axw/gocov v1.0.0 // indirect
github.com/casbin/casbin v1.9.1
github.com/containerd/containerd v1.4.1-0.20201117152358-0edc412565dc // indirect
github.com/docker/cli v0.0.0-20201024074417-fd3371eb7df1
Expand All @@ -29,7 +28,6 @@ require (
github.com/grandcat/zeroconf v1.0.0
github.com/imdario/mergo v0.3.11 // indirect
github.com/leemcloughlin/logfile v0.0.0-20201123203928-cff1c8a30a10
github.com/matm/gocov-html v0.0.0-20200509184451-71874e2e203b // indirect
github.com/mattn/go-shellwords v1.0.10 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
Expand Down

0 comments on commit d82a90a

Please sign in to comment.