11@ echo off
22
3- cd C:\Users\asdf\source\repos\paloalto-firewall-orchestrator\PaloAltoTestConsole\ bin\Debug\netcoreapp3.1
4- set FWMachine = asfd
5- set FWApiUser = asfd
6- set FWApiPassword = asfdsdfa
7- set PAMachine = afsd
8- set PAApiUser = bhisadfll
9- set PAApiPassword = adfssadf
3+ cd C:\bin\Debug\netcoreapp3.1
4+ set FWMachine = fwMachine
5+ set FWApiUser = bhill
6+ set FWApiPassword = asfda!
7+ set PAMachine = paMachine
8+ set PAApiUser = bhill
9+ set PAApiPassword = asdfas
1010
1111
1212echo ***********************************
@@ -31,7 +31,7 @@ set overwrite=false
3131set inventorytrusted = false
3232set templatestackname = " "
3333
34- REM goto :PANTemplates
34+ goto :PANInventory
3535
3636echo ************************************************************************************************************************
3737echo TC1 %mgt% . Should do the %mgt% and add anything in the chain
@@ -483,7 +483,7 @@ set overwrite=false
483483
484484echo :
485485echo ************************************************************************************
486- echo TC16 %mgt% certificate no overwrite, should %mgt% to Panorama and push to firewalls
486+ echo TC12 %mgt% certificate no overwrite, should %mgt% to Panorama and push to firewalls
487487echo ************************************************************************************
488488echo overwrite: %overwrite%
489489echo store path: %storepath%
@@ -496,7 +496,7 @@ set mgt=add
496496set overwrite = true
497497echo :
498498echo ***************************************************
499- echo TC17 %mgt% , Overwrite should overwrite unbound cert
499+ echo TC23 %mgt% , Overwrite should overwrite unbound cert
500500echo ****************************************************
501501echo overwrite: %overwrite%
502502echo store path: %storepath%
@@ -509,7 +509,7 @@ set mgt=remove
509509set overwrite = false
510510echo :
511511echo ***********************************************************************************************
512- echo TC18 %mgt% no bindings, should allow this
512+ echo TC24 %mgt% no bindings, should allow this
513513echo ***********************************************************************************************
514514echo overwrite: %overwrite%
515515echo store path: %storepath%
@@ -523,7 +523,7 @@ set mgt=add
523523set overwrite = true
524524echo :
525525echo ***********************************************************************************************
526- echo TC19 %mgt% add with overwrite bound cert
526+ echo TC25 %mgt% add with overwrite bound cert
527527echo ***********************************************************************************************
528528echo overwrite: %overwrite%
529529echo store path: %storepath%
@@ -537,7 +537,7 @@ set mgt=remove
537537set overwrite = false
538538echo :
539539echo ***********************************************************************************************
540- echo TC20 %mgt% with Bindings not allow should error out, can't delete cert without deleting binding
540+ echo TC26 %mgt% with Bindings not allow should error out, can't delete cert without deleting binding
541541echo ***********************************************************************************************
542542echo overwrite: %overwrite%
543543echo store path: %storepath%
@@ -556,7 +556,7 @@ echo ***********************************
556556set casename = Inventory
557557echo :
558558echo *************************************************************************
559- echo TC21 Inventory Panorama Certificates from Trusted Root and Cert Locations
559+ echo TC27 Inventory Panorama Certificates from Trusted Root and Cert Locations
560560echo *************************************************************************
561561echo overwrite: %overwrite%
562562echo trusted: %trusted%
@@ -599,7 +599,7 @@ PaloAltoTestConsole.exe -clientmachine=%clientmachine% -casename=%casename% -use
599599
600600echo :
601601echo *************************************************************
602- echo TC23 Duplicate Certificate No overwrite flag should warn user
602+ echo TC28 Duplicate Certificate No overwrite flag should warn user
603603echo *************************************************************
604604echo overwrite: %overwrite%
605605echo store path: %storepath%
@@ -611,7 +611,7 @@ set overwrite=true
611611
612612echo :
613613echo *************************************************************
614- echo TC24 Duplicate Certificate overwrite flag replaces certificate
614+ echo TC29 Duplicate Certificate overwrite flag replaces certificate
615615echo *************************************************************
616616echo overwrite: %overwrite%
617617echo store path: %storepath%
@@ -624,7 +624,7 @@ set mgt=remove
624624
625625echo :
626626echo *************************************************************
627- echo TC25 Delete unbound certificate should delete this.
627+ echo TC30 Delete unbound certificate should delete this.
628628echo *************************************************************
629629echo overwrite: %overwrite%
630630echo store path: %storepath%
@@ -638,7 +638,7 @@ set mgt=add
638638set overwrite = true
639639echo :
640640echo ****************************************************
641- echo TC26 Add Bound Certifcate with Overwrite
641+ echo TC31 Add Bound Certifcate with Overwrite
642642echo ****************************************************
643643set /p cert = Please enter bound cert name:
644644echo overwrite: %overwrite%
@@ -651,7 +651,7 @@ PaloAltoTestConsole.exe -clientmachine=%clientmachine% -casename=%casename% -use
651651set mgt = remove
652652echo :
653653echo *************************************************************
654- echo TC27 Delete bound certificate should warn user can't do this
654+ echo TC32 Delete bound certificate should warn user can't do this
655655echo *************************************************************
656656echo overwrite: %overwrite%
657657echo store path: %storepath%
0 commit comments