// Copyright (c) 2025, Salesforce, Inc.,
// All rights reserved.
// For full license text, see the LICENSE.txt file
/// Docker platform environment variable.
pub const DOCKER_PLATFORM: &str = "DOCKER_DEFAULT_PLATFORM";
/// Network name for the test environment.
pub const NETWORK_NAME: &str = "pdk-test-network";
/// Label key for the test environment.
pub const LABEL: &str = "label";
/// Label key for the test environment.
pub const LABEL_KEY: &str = "CreatedBy";
/// Label value for the test environment.
pub const LABEL_VALUE: &str = "pdk-test";
/// Label filter for the test environment.
pub const LABEL_FILTER: &str = "CreatedBy=pdk-test";
/// Latest version for the test environment.
pub const LATEST_VERSION: &str = "latest";