ftl/integration_tests/ftl_node_integration_tests_yaml.py [41:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            os.path.join(_TEST_DIR, test), '--no-cache'
        ]
    test_map['destination_test'].extend(['--destination', '/alternative-app'])
    test_map['metadata_test'].extend(['--entrypoint', '/bin/echo'])
    test_map['metadata_test'].extend(['--exposed-ports', '8090,8091'])
    test_map['additional_directory'].extend([
        '--additional-directory',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ftl/integration_tests/ftl_php_integration_tests_yaml.py [39:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            os.path.join(_TEST_DIR, test), '--no-cache'
        ]
    test_map['destination_test'].extend(['--destination', '/alternative-app'])
    test_map['metadata_test'].extend(['--entrypoint', '/bin/echo'])
    test_map['metadata_test'].extend(['--exposed-ports', '8090,8091'])
    test_map['additional_directory'].extend([
        '--additional-directory',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



