tombuildsstuff / golang-iis

A library enabling IIS to be managed via Golang
MIT License
9 stars 11 forks source link

App Pool: Start/Stop/Start Mode #4

Closed tombuildsstuff closed 6 years ago

tombuildsstuff commented 6 years ago
$ go test -v  .
=== RUN   TestCPULimits
--- PASS: TestCPULimits (5.97s)
=== RUN   TestAppPoolExists
--- PASS: TestAppPoolExists (2.60s)
=== RUN   TestAppPoolDoesNotExist
--- PASS: TestAppPoolDoesNotExist (0.99s)
=== RUN   TestApplicationPoolLifecycle
--- PASS: TestApplicationPoolLifecycle (7.33s)
=== RUN   TestRuntimeVersion
2018/11/08 15:03:11 Setting the Managed Runtime Version to ""..
2018/11/08 15:03:13 Setting the Managed Runtime Version to "v2.0"..
2018/11/08 15:03:15 Setting the Managed Runtime Version to "v4.0"..
--- PASS: TestRuntimeVersion (6.89s)
PASS
ok      github.com/tombuildsstuff/golang-iis/iis/applicationpools       23.882s