step reset-node that just kills/run a node
[tests.git] / system / AA-bonding.md
index a37c9d3..3363aee 100644 (file)
@@ -11,7 +11,7 @@ general idea is to use this command
        
 or in an equivalent manner
 
-       export bonding= 2015.04.13--f18
+       export bonding=bond212015.04.13--f18
        run -G
        
 # requirements
@@ -63,3 +63,32 @@ as a matter of fact when doing `run -g $bonding` one can invoke most of the usua
        <<visual check>>
        rung bonding-node
 
+
+# upgrading nodes
+
+targets like `nodefcdistro-f20` can be used to change a node's fcdistro
+
+----
+
+usual sequence for testing a node upgrade; we start from a f20 myplc and upgrade the node to f21
+
+ would be - e.g. from f20 to f21
+
+
+    f20
+    bond ../$(t)*f21
+    rung
+    run nodeplain-off nodefcdistro-f21 nodestate-upgrade
+    run qemu-kill-mine qemu-start wait-node
+
+-----
+Or, the other way around, using a f21 myplc, and a f20 bonding node, that we upgrade
+
+    f21
+    bond ../$(t)*f20
+    rung
+    rung node qemu-start wait-node
+    rung nodefcdistro-f21 nodestate-upgrade
+    rung qemu-kill-mine qemu-start wait-node
+    
+