Change URIs from CamelCase to lowercase-hyphen-separated

This commit is contained in:
Axon 2015-10-11 07:04:59 +00:00
parent bb5fb46527
commit f3ee78f223
No known key found for this signature in database
GPG key ID: 8CE137352A019A17
160 changed files with 888 additions and 579 deletions

View file

@ -1,8 +1,10 @@
---
layout: doc
title: TestBench
permalink: /doc/TestBench/
redirect_from: /wiki/TestBench/
permalink: /en/doc/test-bench/
redirect_from:
- /doc/TestBench/
- /wiki/TestBench/
---
Test bench for Dom0
@ -10,7 +12,7 @@ Test bench for Dom0
This guide shows how to set up simple test bench that automatically test your code you're about to push. It is written especially for `core3` branch of `core-admin.git` repo, but some ideas are universal.
We will set up a spare machine (bare metal, not a virtual) that will be hosting our experimental Dom0. We will communicate with it via Ethernet and SSH. This tutorial assumes you are familiar with [QubesBuilder](/doc/QubesBuilder/) and you have it set up and running flawlessly.
We will set up a spare machine (bare metal, not a virtual) that will be hosting our experimental Dom0. We will communicate with it via Ethernet and SSH. This tutorial assumes you are familiar with [QubesBuilder](/en/doc/qubes-builder/) and you have it set up and running flawlessly.
Setting up the machine
----------------------