mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
14 lines
368 B
PowerShell
14 lines
368 B
PowerShell
|
|
#
|
||
|
|
# Copyright 2021, Alexis La Goutte <alexis dot lagoutte at gmail dot com>
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
#
|
||
|
|
|
||
|
|
# Copy this file to credential.ps1 (on Tests folder) and change connection settings..
|
||
|
|
|
||
|
|
$script:hostname = "10.44.23.213"
|
||
|
|
$script:token = "aaaaaaaaaaaaaaaaaa"
|
||
|
|
|
||
|
|
#Uncomment if you want to personnalize some setting
|
||
|
|
#script:pester_site1 = "pester_site1"
|