Forwarded from DevOps Deflope News
И в продолжении темы, хорошая статья на хабре от Lev Goncharov про тестирование инфраструктурного кода http://amp.gs/Nb2d
+ видео и слайды внутри 😊
#iac #testing #habr
  
  + видео и слайды внутри 😊
#iac #testing #habr
Хабр
  
  Что я узнал, протестировав 200 000 строк инфраструктурного кода
  Подход IaC (Infrastructure as Code) состоит не только из кода, который хранится в репозитории, но еще людей и процессов, которые этот код окружают. Можно ли пер...
  https://semaphoreci.com/community/tutorials/building-and-testing-a-rest-api-in-go-with-gorilla-mux-and-postgresql
#go #REST #postgre #testing
  
  #go #REST #postgre #testing
Semaphore
  
  Building and Testing a REST API in Go with Gorilla Mux and PostgreSQL - Semaphore
  Learn how to build simple and well-tested REST APIs backed by PostgreSQL in Go, using Gorilla Mux — a highly stable and versatile router.
  Testing Ansible Role with Molecule, Docker, Testinfra & Goss
#ansible #testing #testinfra #goss #molecule
- part1
- part2
  
  #ansible #testing #testinfra #goss #molecule
- part1
- part2
Medium
  
  Testing Ansible Role with Molecule, Docker, Testinfra & Goss (Part 1)
  In DevOps lifecycle, configuration management has always been a significant part for maintaining desired state of the system. Many popular…