]> granicus.if.org Git - pdns/commitdiff
Use new slot syntax in test
authorAki Tuomi <cmouse@cmouse.fi>
Tue, 20 Oct 2015 05:24:46 +0000 (08:24 +0300)
committerAki Tuomi <cmouse@cmouse.fi>
Tue, 20 Oct 2015 05:29:10 +0000 (08:29 +0300)
regression-tests/start-test-stop

index 61d4f37d29dedf87428aa9b572330eccb237d42d..3a6c0913c81ed18b0fe0e2c9e3461218e5620ec0 100755 (executable)
@@ -87,13 +87,13 @@ securezone ()
                     slot=$((slot+1))
                   fi
                   sudo softhsm --init-token --slot $slot --label label$slot --pin 123$slot --so-pin 123$slot 
-                  kid=`$PDNSSEC --config-dir=. $configname hsm assign $zone rsasha256 ksk softhsm $slot 123$slot label$slot 2>&1 | grep softhsm | awk '{ print $NF }'` 
+                  kid=`$PDNSSEC --config-dir=. $configname hsm assign $zone rsasha256 ksk softhsm label$slot 123$slot label$slot 2>&1 | grep softhsm | awk '{ print $NF }'`
 # keep this until #1413 is merged
                   kid=`$PDNSSEC --config-dir=. $configname show-zone $zone | grep 'ID =.*KSK' | awk '{ print $3 }'`
                   $PDNSSEC --config-dir=. $configname hsm create-key $zone $kid
                   slot=$((slot+1))
                   sudo softhsm --init-token --slot $slot --label label$slot --pin 123$slot --so-pin 123$slot
-                  kid=`$PDNSSEC --config-dir=. $configname hsm assign $zone rsasha256 zsk softhsm $slot 123$slot label$slot 2>&1 | grep softhsm | awk '{ print $NF }'`
+                  kid=`$PDNSSEC --config-dir=. $configname hsm assign $zone rsasha256 zsk softhsm label$slot 123$slot label$slot 2>&1 | grep softhsm | awk '{ print $NF }'`
                   kid=`$PDNSSEC --config-dir=. $configname show-zone $zone | grep 'ID =.*ZSK' | awk '{ print $3 }'`
                   $PDNSSEC --config-dir=. $configname hsm create-key $zone $kid
                 else