diff --git a/INSTALL b/INSTALL
index 7faf968941ffd3975b7ec435b190e1b8c6eeae46..11abbf5d7e392bdb44e0f8cb44591f30b16e22dd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,8 +37,6 @@ Before installing, please verify that you have the following programs:
   - pyparsing Python module
     http://pyparsing.wikispaces.com/
 
-For testing, you also need the YAML module for Python (http://pyyaml.org/).
-
 For building from source, you also need tar, gzip or bzip2 and make.
 
 
diff --git a/Makefile.am b/Makefile.am
index c1d7cd7a11c55215befbdb67284578c9dad539f5..f9682dd6c33a12fc9b0b37c516125fc264aad323 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -146,7 +146,7 @@ EXTRA_DIST = \
 	man/footer.sgml \
 	$(mansgml) \
 	qa/ganeti-qa.py \
-	qa/qa-sample.yaml \
+	qa/qa-sample.json \
 	qa/qa_cluster.py \
 	qa/qa_config.py \
 	qa/qa_daemon.py \