mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-07 09:15:08 -04:00
Change URIs from CamelCase to lowercase-hyphen-separated
This commit is contained in:
parent
bb5fb46527
commit
f3ee78f223
160 changed files with 888 additions and 579 deletions
|
@ -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
|
||||
----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue