From d156c8c9465721a8a996c1060b1e1d19fdee2445 Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Wed, 30 May 2018 14:00:09 +0100
Subject: [PATCH] updated clmc configuration monitoring docs

---
 clmctest/services/pytest/install.sh | 3 ++-
 docs/clmc-information-model.md      | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/clmctest/services/pytest/install.sh b/clmctest/services/pytest/install.sh
index ce998ad..a545894 100755
--- a/clmctest/services/pytest/install.sh
+++ b/clmctest/services/pytest/install.sh
@@ -24,7 +24,8 @@
 #//
 #/////////////////////////////////////////////////////////////////////////
 apt-get update
-apt-get -y install python3 python3-pip python-influxdb
+apt-get -y install python3 python3-pip python-influxdb  
 update-alternatives --install /usr/bin/python python /usr/bin/python3 10
+
 pip3 install pytest pyyaml
 pip3 install --upgrade influxdb
diff --git a/docs/clmc-information-model.md b/docs/clmc-information-model.md
index 46ffb27..c338f8e 100644
--- a/docs/clmc-information-model.md
+++ b/docs/clmc-information-model.md
@@ -392,7 +392,7 @@ A simple example and some measurement rows for an endpoint configuration states
 
 Each sample period is 1 second.
 
-First sample period reports the VM being in state __unpalced__ for 0.7s, then changing state to __placing__ for 0.3 seconds. __placing__ is not 
+First sample period reports the VM being in state __unplaced__ for 0.7s, then changing state to __placing__ for 0.3 seconds. __placing__ is not 
 reported since it is not a **completed state**. The mean state time value for __unplaced__ is the same as the sum value because the VM has only been once in this state.
 
 Then the VM is reported to be in current state __placing__ for the whole sample period (1s) for 9 consecutive times. Only the 'current_state' tag value and the 'current_state_time'
-- 
GitLab